You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After yesterday's upgrade to 5.2.0 I noticed that messages enqueue (through Celery) to SQS moves messages directly to "In flight", worker doesn't even see them. I found my queue full of 120000 messages in flight and completely stuck.
Downgraded to 5.1.1 and workers started processing messages normally.
The text was updated successfully, but these errors were encountered:
onikonychev
changed the title
Version 5.2.0 breaks Celery with SQS working
bug: version 5.2.0 breaks celery with sqs msg processing
Nov 10, 2023
After yesterday's upgrade to
5.2.0
I noticed that messages enqueue (through Celery) to SQS moves messages directly to "In flight", worker doesn't even see them. I found my queue full of 120000 messages in flight and completely stuck.Downgraded to
5.1.1
and workers started processing messages normally.The text was updated successfully, but these errors were encountered: