Comment 5 for bug 1010037

Revision history for this message
ronghui duan (ronghui-duan) wrote :

Thanks for the info. Please help to review: https://review.openstack.org/#/c/20010/
I wish this can be acceptable as a part of the bp. The pipeline manager can set each pollster's interval by calling set_ticks.
I read the in progress patch. As my understanding:
1:Pipeline manager will transfer pollster data to different type of output for publish.
2:Only one timer for each type of pollster
3:The timer should be determined by the pipeline manager with the input of all publishers.
Am I right?