Comment 1 for bug 939087

Revision history for this message
Chris Behrens (cbehrens) wrote :

Another example: If you want a periodic task to run at 5 seconds, but poll_interval is 60s.. you can't do that right now without modifying poll_interval down to 5s. Then you would need to go up the 'ticks' for every other task by 12x.