| ClusterClientSettingsAcceptableHeartbeatPause Property |
Number of potentially lost/delayed heartbeats that will be accepted before considering it to be an anomaly.
The ClusterClient is using the
DeadlineFailureDetector, which will trigger if there are
no heartbeats within the duration
HeartbeatInterval +
AcceptableHeartbeatPause.
Namespace:
Akka.Cluster.Tools.Client
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public TimeSpan AcceptableHeartbeatPause { get; }
member AcceptableHeartbeatPause : TimeSpan with get
Property Value
Type:
TimeSpanSee Also