ironic-python-agent/releasenotes/notes/coalesce_heartbeats-fb8899a...

11 lines
324 B
YAML

---
features:
- |
Heartbeats to the conductor are grouped when they are scheduled or
requested within a time interval of five seconds to avoid sending
them in quick succession.
fixes:
- |
Fixes an issue where a quick succession of heartbeats exposes a race
condition in the conductor's RPC handling.