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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -