Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add health check endpoint #198

Open
mosmuell opened this issue Dec 27, 2024 · 0 comments
Open

Add health check endpoint #198

mosmuell opened this issue Dec 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mosmuell
Copy link
Member

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.

@mosmuell mosmuell added the enhancement New feature or request label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant