简体   繁体   English

是否有django-celery的网络管理面板?

[英]Is there a web admin panel for django-celery?

I'm using django-celery for the first time today. 我今天是第一次使用django-celery。 I already got it working in my production server with RabbitMQ, a daemonized worker, all pretty. 我已经可以通过守护进程RabbitMQ在生产服务器中使用它了,非常漂亮。

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. 现在,很高兴能够在某种基于Web的管理面板中查看任务/队列状态,以显示当前队列中有哪些任务以及最近60秒中已执行了多少任务,以及类似的内容。

Does django-celery has such a feature? django-celery是否具有这种功能? Or maybe is there any known django app that does this? 或者,也许有任何已知的django应用程序可以做到这一点?

Checkout Flower from Celery. 芹菜结帐 A real-time web based monitor and administration tool for Celery. Celery的基于Web的实时监视和管理工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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