django - How to find the number of unprocessed messages in celery queue -



django - How to find the number of unprocessed messages in celery queue -

for heroku app, memory keeps growing, , think because number of messages sent per unit time more number of messages processed worker. how can maintain monitor on number of unprocessed message @ given point of time

from celery.task.control import inspect

from this so

if need logging facilities, check out flower

django redis celery message-queue django-celery

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -