Skip to content
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

Upgrade to celery 5 #1702

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Upgrade to celery 5 #1702

merged 1 commit into from
Oct 17, 2023

Conversation

alastair
Copy link
Member

Description
Celery 4 doesn't work in python 3.11, therefore we need to upgrade to celery 5

We were using the old @task api in celery 4, which was already deprecated, and removed in v5. Switch to shared_task

Deployment steps:
I tested that celery started, but I haven't tested that it works as expected

@ffont
Copy link
Member

ffont commented Oct 17, 2023

I tested celery tasks and it seems to work fine, I'll merge this.

@ffont ffont merged commit 3e1d924 into master Oct 17, 2023
1 check passed
@ffont ffont deleted the upgrade-celery branch October 17, 2023 09:48
@ffont ffont restored the upgrade-celery branch October 24, 2023 19:17
@alastair alastair mentioned this pull request Oct 30, 2023
@alastair alastair deleted the upgrade-celery branch December 4, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants