Why Celery does not executed tasks scheduled as result of @worker_ready signal execution?
I have a dockerized application running Django (Gunicorn) and Celery (both worker and beat – django_celery_beat – one in each container), with Redis, Nginx and Postgres.