gunicorn workers
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
6 Replies