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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
If a service gets redeployed, it will stop and start a bunch of workers.
For each worker that's restarted it will
ECONNRESET
the socket and kill some inflight RPCs.The circuit breaker immediately kicks in and things there is something wrong with the service.
We should ensure that we can do a rolling restart of all instances of a service without the circuit breaker penalizing all the caller.
cc: @kriskowal @jcorbin @rf
The text was updated successfully, but these errors were encountered: