oslo.service/releasenotes/notes/add-timeout-looping-call-5cc396b75597c3c2.yaml
Wenzhi Yu d05e086b8d Add FixedIntervalWithTimeoutLoopingCall
Currently when using FixedIntervalLoopingCall, folks need to
add timeout checking logic in their function if they need it.
Adding a new class FixedIntervalWithTimeoutLoopingCall to
provide timeout checking support will save those effort.

Change-Id: I78bfb9e259c2394137d7efbc0ee96bb18a6dc5e7
2016-12-29 14:20:29 +08:00

6 lines
153 B
YAML

---
features:
- |
Add a new type of looping call: FixedIntervalWithTimeoutLoopingCall. It is
a FixedIntervalLoopingCall with timeout checking.