Skip to content

FailureDetectorSettings

Defined in: src/cluster/FailureDetector.ts:4

readonly downAfterMs: number

Defined in: src/cluster/FailureDetector.ts:10

Additional time after which an unreachable peer is declared down.


readonly heartbeatIntervalMs: number

Defined in: src/cluster/FailureDetector.ts:6

How often the detector samples and decides membership health.


readonly unreachableAfterMs: number

Defined in: src/cluster/FailureDetector.ts:8

Time without heartbeat after which a peer is marked unreachable.