Retrieve queue length with Celery (RabbitMQ, Django) -


i'm using celery in django project, broker rabbitmq, , want retrieve length of queues. went through code of celery did not find tool that. found issue on stackoverflow (check rabbitmq queue size client), don't find satisfying.

everything setup in celery, there should kind of magic method retrieve want, without specifying channel / connection.

does have idea question ?

thanks !

pyrabbit looking for, python interface rabbitmq management interface api. allow query queues , current message counts.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -