gunicorn workers

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

Anonymous
TRIAL

a year ago

Django app


Anonymous
TRIAL

a year ago

only one worker

1270866287362441200


Anonymous
TRIAL

a year ago

fixed


Anonymous
TRIAL

a year ago

1270868153462820900


a year ago

you may have not named the Procfile , Procfile with a captial P?


gunicorn workers - Railway Help Station