Flower UI不显示芹菜工人和任务

时间:2015-03-24 16:44:38

标签: python django celery djcelery flower

我使用pip install flower为我的django应用安装了花。我使用命令./manage.py celery flower --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//

但是我无法在UI中看到任何任务和工作人员。请指点。

1 个答案:

答案 0 :(得分:5)

您正在使用django db作为经纪人。 Flower不支持sql传输。