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
Post a Comment