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