Click or drag to resize
Akka.NETClusterReceptionistSettingsAcceptableHeartbeatPause Property
Number of potentially lost/delayed heartbeats that will be accepted before considering it to be an anomaly. The ClusterReceptionist is using the akka.remote.DeadlineFailureDetector, which will trigger if there are no heartbeats within the duration heartbeat-interval + acceptable-heartbeat-pause, i.e. 15 seconds with the default settings.

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; }

Property Value

Type: TimeSpan
See Also