无法连接到代理错误,连接被对等方重置

时间:2020-01-13 22:35:03

标签: python django rabbitmq celery django-celery

当我把芹菜拖尾时,我得到:

consumer: Cannot connect to amqp://guest:**@[NEW_INSTANCE_IP]:5672//: [Errno 104] Connection reset by peer.
Trying again in 32.00 seconds...

当我尾巴开花时,我得到:

[DEBUG 2020-01-13 22:31:39,900] events.py [:133] on_enable_events: Failed to enable events: '[Errno 104] Connection reset by peer'

我都尝试过 sudo invoke-rc.d rabbitmq-server startsudo rabbitmqctl start_app

我整天都在研究这个问题,似乎无法弄清楚。从更新实例开始,我不得不将BROKER_URL更改为amqp://guest:**[NEW_INSTANCE_IP]:5672,此后一切正常。我对使用Rabbitmq,芹菜和主管非常陌生。任何帮助将不胜感激。谢谢。

1 个答案:

答案 0 :(得分:0)

您似乎需要将“ [NEW_INSTANCE_IP]”更改为经纪人网址的实际IP。对于大多数配置,这通常只是localhost。 尝试更改为此。

^([12]\d{3})(?:[.](10|11|12|(?:0[1-9]))(?:[.](30|31|(?:0[1-9])|(?:[12]\d)))?)?$