Redis – flask celery throw error "urls must start with a leading slash"
I'm trying to implement the celery using flask and when i run this command celery -A src.celery_worker.celery_app worker --loglevel=debug to start the celery worker, it throwing error: Couldn't import 'src.celery_worker.celery_app': urls must start with a leading slash Here's the full…