我有我的芹菜配置
BROKER_URL = 'redis://127.0.0.1:6379'
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379'
然而,每当我运行 celeryd 时,我都会收到此错误
consumer: Cannot connect to amqp://guest@127.0.0.1:5672//: [Errno 111] Connection refused. Trying again in 2.00 seconds...
为什么它没有连接到我设置的 redis 代理,它正在运行 btw?