Celery configuration variables are using deprecated uppercase names #3040
Labels
DEV: backend
good first issue
Self-contained, straightforward, low-complexity
P3 - low
Priority: Stretch goal
TAG: dependencies
TAG: tech update / debt
Milestone
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
The text was updated successfully, but these errors were encountered: