https://celery.school/filesystem-celery-message-broker
$ python -m venv venv
$ venv/bin/activate
$ pip install -r requirements.txtUsing the Procfile:
$ honcho startWithout the Procfile, start the worker:
$ celery --app=worker.app worker --loglevel=INFOStart the producer:
$ python producer.py