We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. We are experiencing some issues in local development due to a celery using a module that it doesn't install anymore.
This happened when upping dependency version of celery 4.4.3 to 4.4.4
Apache Airflow version: 2.0 - Official docker image (apache/airflow:master)
What happened:
Commit aa89900 updated celery 4.4.3 to 4.4.4 with the bug reported in here celery/celery#6145. Celery 4.4.4 depends on future but doesn't require it.
All of our local environments are failing
What you expected to happen: Restore celery=4.4.3 in the requirements files and rebuild the dockerhub images
How to reproduce it: Start the image normally
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
Fixed in #9194 - the images should rebuild tonight (we have nightly builds) and they should contain celery 4.4.5
Sorry, something went wrong.
Thanks a lot @potiuk and @mik-laj! You saved my day :)
Glad it helped :)
No branches or pull requests
Hello. We are experiencing some issues in local development due to a celery using a module that it doesn't install anymore.
This happened when upping dependency version of celery 4.4.3 to 4.4.4
Apache Airflow version: 2.0 - Official docker image (apache/airflow:master)
What happened:
Commit aa89900 updated celery 4.4.3 to 4.4.4 with the bug reported in here celery/celery#6145. Celery 4.4.4 depends on future but doesn't require it.
All of our local environments are failing
What you expected to happen:
Restore celery=4.4.3 in the requirements files and rebuild the dockerhub images
How to reproduce it:
Start the image normally
Anything else we need to know:
The text was updated successfully, but these errors were encountered: