Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: version 5.2.0 breaks celery with sqs msg processing #425

Open
onikonychev opened this issue Nov 10, 2023 · 3 comments
Open

bug: version 5.2.0 breaks celery with sqs msg processing #425

onikonychev opened this issue Nov 10, 2023 · 3 comments

Comments

@onikonychev
Copy link

onikonychev commented 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.

@onikonychev 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
@auvipy
Copy link
Member

auvipy commented Nov 10, 2023

is SQS a amqp broker?

@onikonychev
Copy link
Author

is SQS a amqp broker?

yes, it's AWS. See: https://docs.celeryq.dev/en/latest/getting-started/backends-and-brokers/sqs.html

@auvipy
Copy link
Member

auvipy commented Nov 14, 2023

you should pin botocore to 1.31.80 or below to get rid of this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants