I am using celery=5.0.2 and django=2.2.2. I have enabled these two settings in my django app: CELERY_WORKER_SEND_TASK_EVENTS = True
CELERY_TASK_SEND_SENT_EVENT = True
I am using the docker image and passing my broker url as args to it. It is able to connect to my broker and I can run it locally on port 9540 but only the pending counter is updating and doest change later.
I am using celery=5.0.2 and django=2.2.2. I have enabled these two settings in my django app: CELERY_WORKER_SEND_TASK_EVENTS = True CELERY_TASK_SEND_SENT_EVENT = True
I am using the docker image and passing my broker url as args to it. It is able to connect to my broker and I can run it locally on port 9540 but only the pending counter is updating and doest change later.
celery-exporter.txt metric.txt