Docker Healthcheck for Celery Workers
Briefly

The Docker healthcheck directive instructs Docker to run a command to check if a container is still working as expected.This helps detect cases where the container process is still running but unable to operate as intended.For example, an unresponsive Celery worker node.A Docker container with a healthcheck directive has its health status reported next to its normal Docker status.
Read at Distributedpython
[
add
]
[
|
|
]