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
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