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

Celery configuration variables are using deprecated uppercase names #3040

Closed
bjester opened this issue Mar 23, 2021 · 0 comments · Fixed by #3332
Closed

Celery configuration variables are using deprecated uppercase names #3040

bjester opened this issue Mar 23, 2021 · 0 comments · Fixed by #3332
Assignees
Labels
DEV: backend good first issue Self-contained, straightforward, low-complexity P3 - low Priority: Stretch goal TAG: dependencies TAG: tech update / debt

Comments

@bjester
Copy link
Member

bjester commented Mar 23, 2021

Celery is the task queue management library Studio uses to queue and execute asynchronous background tasks. Our configuration is currently outdated.

Observed behavior

The Celery configuration variables are using outdated uppercase names which are currently deprecated for the version of Celery we're using.

Expected behavior

The variables should use supported configuration according to Celery's documentation.

Consequences

Upgrades to Celery may require this to be resolved. Currently, the Celery developers extended the migration period for resolving this through version 5.0

@bjester bjester added P3 - low Priority: Stretch goal TAG: tech update / debt good first issue Self-contained, straightforward, low-complexity DEV: backend TAG: dependencies labels Mar 23, 2021
@bjester bjester self-assigned this Dec 1, 2021
@bjester bjester added this to the 2022Q1 Phase 1: tasks milestone Feb 15, 2022
@bjester bjester linked a pull request Mar 2, 2022 that will close this issue
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: backend good first issue Self-contained, straightforward, low-complexity P3 - low Priority: Stretch goal TAG: dependencies TAG: tech update / debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant