【问题标题】:Flower UI does not show celery workers and TasksFlower UI 不显示芹菜工人和任务
【发布时间】:2015-05-28 02:23:50
【问题描述】:

我已经使用 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 中看到任何任务和工作人员。请大家指点。

【问题讨论】:

    标签: python django celery djcelery flower


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-14
      • 2020-10-07
      • 1970-01-01
      • 2011-12-29
      • 2021-02-21
      • 2019-07-08
      相关资源
      最近更新 更多