Random disconnections with RabbitMQ Broker (AWS) #2341
Unanswered
sharonkwong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set up a celery + beat containers in ECS and used AWS MQ as the broker. However, my setup seems to be very prone to disconnections, where celery workers are suddenly disconnected from MQ.
I end up seeing these logs, and at some point, celery stops retrying to connect and my entire background task container stops working.
Error logs from celery:
Here is my django settings.py config for celery:
My dockerfile command to start celery:
And my main.tf for my mq instance:
Beta Was this translation helpful? Give feedback.
All reactions