-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Crash: Unrecoverable error: AttributeError("'NoneType' object has no attribute 'drain_events'",) #4652
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
Comments
this version is not supported anymore. try 4.2rc2 |
I have the same error using python 3.6 and celery 4.2.0
|
I also see this error after the worker recovers from a ConnectionError with redis On recovery, this is what I see |
what version and code you are u using? |
will reopen after feedback on celery 4.3 or master |
Getting this on Python 3.7.3 docker using Celery 4.3.0:
|
actually a pyamq issue celery/py-amqp#218 |
Possibly a bug in kombu or py-amqp, not celery, but I couldn't see this logged in either of those.
Checklist
celery -A proj report
in the issue. (if you are not able to do this, then at least specify the Celery version affected).master
branch of Celery.Hard to do as this would require a celery 3 -> celery 4 upgrade, which is non-trivial and I don't have time to do right now.
Steps to reproduce
See celery log below. Possibly related to the socket disconnect just before, but otherwise, I don't know.
Expected behavior
To not crash with an
AttributeError
.Actual behavior
The text was updated successfully, but these errors were encountered: