You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to debug an app that uses ProtoActor with Consul. It took me long time to understand that I need to increase HeartbeatExpiration so that app will not shutdown by itself. Are there any caveats like this? Could you please add it to documentation?
The text was updated successfully, but these errors were encountered:
I changed "deregister critical" to 1h but this still seems not enough. Sometimes it happens that UpdateClusterTopology is called without some node listed in the members list so this node gets blocked. In the consul output I see only Check missed TTL, is now critical messages but nothing about service deregistration.
I want to debug an app that uses ProtoActor with Consul. It took me long time to understand that I need to increase
HeartbeatExpiration
so that app will not shutdown by itself. Are there any caveats like this? Could you please add it to documentation?The text was updated successfully, but these errors were encountered: