1👍
✅
You need to add an entry in your Procfile to tell Heroku to start the Celery worker:
worker:celery worker -A blog -l info
Source:stackexchange.com
1👍
You need to add an entry in your Procfile to tell Heroku to start the Celery worker:
worker:celery worker -A blog -l info