We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an ops I need a /healthz endpoint to check if alexandria is healthy during a deployment and at runtime so I can run it properly on a Kubernet.
/healthz
Caluma itself initially added such checks in projectcaluma/caluma#1354 but there are als several later PRs that made them less intrusive.
I'm currently working around this in #442 by calling a random endpoint.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As an ops I need a
/healthz
endpoint to check if alexandria is healthy during a deployment and at runtime so I can run it properly on a Kubernet.Caluma itself initially added such checks in projectcaluma/caluma#1354 but there are als several later PRs that made them less intrusive.
I'm currently working around this in #442 by calling a random endpoint.
The text was updated successfully, but these errors were encountered: