-
-
Notifications
You must be signed in to change notification settings - Fork 578
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 urls #1001
Comments
For liveness and startup probes we are actually using For readiness it can be similar to #1002 |
Will that url respond even if DT has trouble connecting to the DB? |
Most health checks will need to be implemented in stevespringett/Alpine#22 |
This is the issue I have, The healthcheck we use in compose:
|
I raised a PR for this in Alpine: stevespringett/Alpine#480 This will support all the various We'll need to work out other areas of the system that we can add checks for, but at least a foundation is laid. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Current Behavior:
No [documented] endpoints for health checks
Proposed Behavior:
add health-probes which can be used to monitor the app and it's state.
The text was updated successfully, but these errors were encountered: