-
Notifications
You must be signed in to change notification settings - Fork 194
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
Celery broken after release 5.0.8 #382
Comments
yes kombu integration tests are also failing celery/kombu#1462 |
@pawl @michael-lazar if you can check please when you are available. |
Having the same issue |
same here, using django 3.2.9, same thing with 3.2.10. Tried both using celery 5.0.5 and 5.2.1. Tried multiple rabbitmq versions. What really ticks me off is that I've been gooling all day long, and still this github issue didn't get indexed by google :(
|
I'm seeing the same thing here. I confirmed the issue with two identical containers where the only difference is one uses amqp==5.0.7 and the other uses amqp==5.0.8 5.0.7 works but 5.0.8 does not. Downgrading fixes it. |
I have a fix for this issue in this open PR: #383 |
Hi all,
We found a bug inside py-amqp on celery: when we updated to amqp==5.0.8, we are facing the following issue:
We reverted to 5.0.7 and it's working perfectly.
We are going to investigate the issue later today/tomorrow!
The text was updated successfully, but these errors were encountered: