-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: celery 5.x #17480
chore: celery 5.x #17480
Conversation
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
@benjackwhite do you have any spare low context reviews? |
4.4.7 and 5.3.4 startup list are the same
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go assuming you're ready to keep an eye on it
Celery needs to be updated before we can update to Python 3.11
We tried this before and some tasks appeared to stop running
Cohort calculation and clickhouse lag metrics. Running locally these tasks all trigger running this combination of versions.
Before merging
We should make sure we have a trusted metric in Prom for "tasks started" and "tasks succeeded"
Needs #17481 first to build up metrics for checking success
upgrading kombu
Current version of kombu doesn’t officially support py 3.10
and it doesn’t offiially support the version of redis that we have installed 🤷
5.3.0 is earliest we should have installed based on its changelog
### previous attempt