简体   繁体   中英

Is there a web admin panel for django-celery?

I'm using django-celery for the first time today. I already got it working in my production server with RabbitMQ, a daemonized worker, all pretty.

Now, it would be nice to be able to see tasks/queues state in some kind of web-based admin panel that shows what tasks are in the queues right now and how many have been executed in the last 60 seconds, and things like that.

Does django-celery has such a feature? Or maybe is there any known django app that does this?

Checkout Flower from Celery. A real-time web based monitor and administration tool for Celery.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM