OvalMoney / celery-exporter

Prometheus metrics exporter for Celery
MIT License
142 stars 37 forks source link

Metric data always shows pending and is not changing to success after completion. It only shows pending state. #59

Open kanhaiya787 opened 3 years ago

kanhaiya787 commented 3 years ago

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