/ Procfile
Procfile
1  web: gunicorn app:app --log-file=-
2  worker: python worker.py
3  clock: python clock.py