Bugzilla – Bug 2145
query source waits entire reg period before making first request
Last modified: 2004-11-13 13:43:15
You need to log in before you can comment on or make changes to this bug.
it looks like the query aggregator source waits one entire reg period before running the first query (the call isn't documented clearly in core API and I can't find spec online). this gives a bad sysadmin experience if the query rate is eg. 20 minutes, as one gets a entry with no aggregated data for a long time. the query should run immediately or some small amount of time (eg. randomised over first 30 seconds?)
This is probably also a problem in the exec source as the code is based heavily on query source
changed the initial delay in both the query and execution sources to 0, rather than one length of the initial poll period.