summaryrefslogtreecommitdiff
path: root/releasenotes/notes/coalesce_heartbeats-fb8899a5f9fe4709.yaml
blob: db785bd5b6b3268e21762b3810740dcb3c59c74d (plain)
1
2
3
4
5
6
7
8
9
10
---
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.