-
-
Notifications
You must be signed in to change notification settings - Fork 935
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
Kombu 5.4.1 not working with Celery[SQS] 5.4.0 #2113
Comments
The changes regarding SQS in v5.4.1 were:
@Hawkline451 can you please share more info? If I had to guess, I’d say it’s the SSL changes (
So I am not completely sure. Thank you! |
Hi @Nusnus With kombu <= |
Fyi. As this is an SQS only issue I prefer not to yank the last release but revert the PR that caused it (once found) and release a new patch. |
Yeah that should work |
There is no errors or warnings, we test this running the worker in an EC2 server in debug. Aditional info
Python 3.11 |
Hi @Nusnus ! I fixed it after reverting -> https://github.com/ivanprjcts/kombu/commits/bugfix/revert-cert-validation/ You can try it using: |
Thank you! @poundifdef FYI - if you have a potential fix please submit a PR. If not, we will have to revert the change unfortunately 🙏 |
Let me take a look! Also, if you need to revert in the meantime, please go ahead and don't let me block this. I can always make a separate PR with a more complete update. |
Cool, thanks! |
@Hawkline451 |
Thanks |
Any ETA for release? |
Today 🙂 |
+1 |
Celery worker is running but is not picking any messages from the SQS queue.
Kombu 5.4.0 works fine.
The text was updated successfully, but these errors were encountered: