Anonymous
TRIAL
a year ago
I ran my application by specifying this in the procfile - web: gunicorn api.wsgi:application --bind 0.0.0.0.0:8000 --workers 4 --timeout 120 --log-level debug
but the application runs with only one worker, not 4 as specified
2c06dcfe-6c56-449f-8bb7-081146474c56
0 Replies
a year ago
you may have not named the Procfile , Procfile with a captial P?