ironic-inspector/releasenotes/notes/leader-election-c6692d9962f30ad1.yaml
Dmitry Tantsur 0d20064f44 Add leader election for periodic sync with ironic
Periodically elect a leader to do the cleanup sync with
Ironic (to avoid unnecessary calls to  Ironic in a
multi-inspector setup).
Add config option 'leader_election_interval' to control
the period in which the leaders is elected.

Co-authored-by: Arne Wiebalck <arne.wiebalck@cern.ch>

Story: #2007801
Change-Id: I6f60aea41865f09f9e53e5d91b1e887f0b39efbd
2020-07-02 12:17:28 +02:00

6 lines
186 B
YAML

---
features:
- |
Adds periodic leader election for the cleanup sync with Ironic.
The election interval is configured by the new
``leader_election_interval`` config option.