Last updated 6 years ago
Was this helpful?
gunicorn -w 1 -k gevent main:app -b 0.0.0.0:5000 --max-requests 1000 --max-requests-jitter 800
Reference: