diff options
author | Julien Danjou <julien@danjou.info> | 2017-11-21 17:37:49 +0100 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2017-11-23 10:29:10 +0100 |
commit | a034d2d8f55a8bf7e96e7d6b79a2c948a7df265c (patch) | |
tree | f4b265e910dda406b360601a208f454bad2c9a21 /ceilometer/transformer | |
parent | 2829f005ef4cca5b14921e7e98a930170cd0f418 (diff) | |
download | ceilometer-a034d2d8f55a8bf7e96e7d6b79a2c948a7df265c.tar.gz |
polling: run polling tasks immediately on start
When Ceilometer polling agent start, one has to wait N seconds for the first
polling to happen. This makes testing extremely difficult.
I can't see any good reason to not poll at (re)start. Since the last run time
is lost anyway, the interval will never be perfect. So at least let's make it
convenient by polling on startup.
Also set a default random 0-10 seconds delay before the first poll so if a lot
of daemons are started at the same time they don't all hit the same endpoint at
the same time.
Change-Id: I0741a586cec499c259f0e90977f185c4e68a99d3
Diffstat (limited to 'ceilometer/transformer')
0 files changed, 0 insertions, 0 deletions