Poll Delay should be configurable in config file for resources

Bug #1759436 reported by Tony Lin
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
OpenStack Heat
New
Undecided
Unassigned

Bug Description

For the individual resource convergence check tasks, it would be much easier to tune for scale the frequency of the resource checks if the Poll Delay intervals were configurable. This can go under [clients_cinder] for example:

[clients_cinder]
cinder_poll_delay = 3

and within the relevant check_*_complete code, trigger PollDelay with

raise PollDelay(int(cfg.CONF.clients_cinder.cinder_poll_delay))

Rico Lin (rico-lin)
Changed in heat:
milestone: none → no-priority-tag-bugs
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.