Docker health checks #12122
CraigBurden
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
I've created an issue to track this in #12123 Would you be in a position to contribute such an improvement? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would be really great to implement some ways of implementing healthchecks for docker to improve monitoring and error correction.
I had an issue recently where the background worker stalled for some reason and my instance accumulated ~10k pending tasks, but the worker container was still running. Restarting the container fixed the issue.
Perhaps adding some basic status checking CLI tools which can then be used as healthchecks would be useful?
Beta Was this translation helpful? Give feedback.
All reactions