https://celery.school/filesystem-celery-message-broker
$ python -m venv venv
$ venv/bin/activate
$ pip install -r requirements.txt
Using the Procfile:
$ honcho start
Without the Procfile, start the worker:
$ celery --app=worker.app worker --loglevel=INFO
Start the producer:
$ python producer.py