Flower UI 不显示 celery workers 和 Tasks

Flower UI does not show celery workers and Tasks

我已经使用 pip install flower 为我的 django 应用程序安装了 flower。我使用命令 ./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 中看不到任何任务和工作人员。请指点。

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