我试图填充Celery Flower上的Broker选项卡但是当我像下面的例子一样传递broker_api时:
python manage.py celery flower --broker_api=http://guest:guest@localhost:15672/api/
我收到以下错误:
state.py:108 (run) Failed to inspect the broker: 'list' object is not callable
我确信我使用的凭据是正确的,并启用了RabbitMQ Management Plugin。我可以通过浏览器访问RabbitMQ监控页面。
有谁知道如何解决这个问题?
答案 0 :(得分:0)
尝试在/ api /:
之后删除斜杠
python manage.py celery flower --broker_api=http://guest:guest@localhost:15672/api