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
Implementing a health check endpoint let's orchestrators automatically restart services that are not healthy.
This could be as simple as an aiohttp health endpoint that returns a 200 code response. If the service is stuck, e.g. blocking socket, it will not give a response and the orchestrator can restart it after a number of tries.
The text was updated successfully, but these errors were encountered:
Implementing a health check endpoint let's orchestrators automatically restart services that are not healthy.
This could be as simple as an aiohttp
health
endpoint that returns a 200 code response. If the service is stuck, e.g. blocking socket, it will not give a response and the orchestrator can restart it after a number of tries.The text was updated successfully, but these errors were encountered: