At the moment, the worker uses the same healthcheck as the server. this leads to an unhealthy worker. In the docker-compose files, the healthcheck of the worker should be replaced by a celery specific healthcheck.
At the moment, the worker uses the same healthcheck as the server. this leads to an unhealthy worker.
In the docker-compose files, the healthcheck of the worker should be replaced by a celery specific healthcheck.