You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend settings state CELERY_BACKEND = 'amqp'. I assumed this was a shorthand for CELERY_RESULT_BACKEND = 'amqp://. I looked into it further because that option is not supported for Celery 5.2, but I can't actually find this configuration in the celery docs. Perhaps this is leftover from an earlier version?
Update: Jelte mentioned you don't need to run celery during development. This could be added to the readme.
The text was updated successfully, but these errors were encountered:
lukavdplas
changed the title
CELERY_BACKEND setting
Celery settings / readme
Feb 21, 2023
The backend settings state
CELERY_BACKEND = 'amqp'
. I assumed this was a shorthand forCELERY_RESULT_BACKEND = 'amqp://
. I looked into it further because that option is not supported for Celery 5.2, but I can't actually find this configuration in the celery docs. Perhaps this is leftover from an earlier version?Update: Jelte mentioned you don't need to run celery during development. This could be added to the readme.
The text was updated successfully, but these errors were encountered: