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
When a panic escapes a service loop, mark Relay's state as unhealthy such that the outside orchestrator can cut off traffic to this instance, spin up more instances and / or kill the instance.
Possible implementations:
Introduce join handles and let the main task flip the health state to unhealthy once a join handle returns with a panic.
Force every service implementation to report a health state, report overall unhealthy as soon as a single service reports unhealthy (OR condiditon
Following decision of internal meeting:
When a panic escapes a service loop, mark Relay's state as unhealthy such that the outside orchestrator can cut off traffic to this instance, spin up more instances and / or kill the instance.
Possible implementations:
ref: INC-875
The text was updated successfully, but these errors were encountered: