mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #276] Add support for health check #418
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sruehl on GitHub (Oct 18, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/276
I am using asynqmon in a docker compose and would like to add a healthcheck for the service.
As the image is based on scratch there is no wget in it. Could we add a healthcheck binary maybe to the image?
(e.g. like this https://github.com/Soluto/golang-docker-healthcheck-example/blob/master/README.md)