-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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] Bump celery to 4.3.0 #7848
Conversation
alembic migration problem, multiple heads? |
alembic problem could be due to this: 97ffb76#diff-ea63ff796b95e70035bc31e812b14822 no? |
I see "kombu.exceptions.VersionMismatch: Redis transport requires redis-py versions 3.2.0 or later. You have 2.10.6" in the build logs |
Right, I see it |
Codecov Report
@@ Coverage Diff @@
## master #7848 +/- ##
======================================
Coverage 65.8% 65.8%
======================================
Files 461 461
Lines 22090 22090
Branches 2422 2422
======================================
Hits 14536 14536
Misses 7433 7433
Partials 121 121 Continue to review full report at Codecov.
|
[celery] Bump celery to 4.3.0 (apache#7848) * [celery] Bump celery to 4.3.0 * re-triggering CI * re-trigger CI * Bump redis to 3.2.1
CATEGORY
SUMMARY
New celery 4.3.0 ships with the following interesting features:
rediss
task_acks_on_failure_or_timeout
settingand many others
Note
This PR also bumps (on requirements-dev) Redis to 3.2.1 this a major release change.
Breaking changes on 3.0.0
https://github.com/andymccurdy/redis-py/blob/master/CHANGES#L94
ADDITIONAL INFORMATION