b56432e645
FailoverHeartbeatTTL is the amount of time to wait after a server leader failure before considering reallocating client tasks. This TTL should be fairly long as the new server leader needs to rebuild the entire heartbeat map for the cluster. In deployments with a small number of machines, the default TTL (5m) may be unnecessary long. Let's allow operators to configure this value in their config files.
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
```release-note:improvement
|
|
server: Allow tuning of node failover heartbeat TTL
|
|
```
|