FailureDetectorSettings
Defined in: src/cluster/FailureDetector.ts:4
Properties
Section titled “Properties”downAfterMs
Section titled “downAfterMs”
readonlydownAfterMs:number
Defined in: src/cluster/FailureDetector.ts:10
Additional time after which an unreachable peer is declared down.
heartbeatIntervalMs
Section titled “heartbeatIntervalMs”
readonlyheartbeatIntervalMs:number
Defined in: src/cluster/FailureDetector.ts:6
How often the detector samples and decides membership health.
unreachableAfterMs
Section titled “unreachableAfterMs”
readonlyunreachableAfterMs:number
Defined in: src/cluster/FailureDetector.ts:8
Time without heartbeat after which a peer is marked unreachable.