Flask and Gunicorn

Production with Gunicorn

gunicorn -w 1 -k gevent main:app -b 0.0.0.0:5000 --max-requests 1000 --max-requests-jitter 800

Reference:

Last updated

Was this helpful?