I am using Celery in a django project, my broker is RabbitMQ and I want to get the length of the queues. I went through the Celery code, but did not find a tool for this. I found this problem in stackoverflow ( Check the size of the RabbitMQ queue from the client ), but I do not find it satisfactory.
Everything is set in celery, so there must be some kind of magical method to get what I want without specifying a channel / connection.
Does anyone know about this issue?
Thank!
django queue celery rabbitmq django-celery
user2619608 Jul 25 '13 at 16:24 2013-07-25 16:24
source share