python - Flower UI 不显示 celery 工作人员和任务

标签 python django celery djcelery flower

我已经使用pip installflower为我的django应用程序安装了flower。我使用命令 ./manage.py celeryflower --port=5555 启动它。之后我得到以下输出。

[I 150324 16:40:47 command:106] Visit me at http://localhost:5555
[I 150324 16:40:47 command:107] Broker: django://localhost//
[E 150324 16:40:47 state:52] Dashboard and worker management commands are not available for 'sql' transport
[I 150324 16:40:47 mixins:225] Connected to django://localhost//

但是我无法在用户界面中看到任何任务和工作人员。请各位指点。

最佳答案

您正在使用 django db 作为代理。 Flower 不支持 sql 传输。

关于python - Flower UI 不显示 celery 工作人员和任务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29238318/

相关文章:

django - 登录 Django 后重定向到 Next

python - celery 和celeryd之间的混淆

python - 如何在 Celery 中捕获事件

python - 在我自己的 C 模块中使用 python 模块的 C API

python - 如何删除列表组合列表中列表的特定元素?

python - django rest framework "TypeError: ' type'对象不可迭代“错误

django - 让 Django、VUE、CORS 和 CSRF 与真实世界的例子一起工作

python - Celery 和 SQLAlchemy - 此结果对象不返回行。已经自动关闭

python - 通过 Python 替换 Kubernetes 中的作业

c++ - 使用 Python/C API 在 Python-List 上使用 C++-Iterators?