hibiken / asynqmon

Web UI for Asynq task queue
MIT License
609 stars 133 forks source link

Add support for health check #276

Open sruehl opened 1 year ago

sruehl commented 1 year ago

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)