We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dc63b0 + 44af54e commit ff4eee3Copy full SHA for ff4eee3
run_server.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
#python ./app.py
4
-gunicorn -w 4 --threads=6 --worker-class=gthread -b 0.0.0.0:5000 --timeout 120 app:server --access-logfile /app/logs/access.log
+gunicorn -w 4 --threads=6 --worker-class=gthread -b 0.0.0.0:5000 --timeout 120 --max-requests 500 --max-requests-jitter 100 --graceful-timeout 120 app:server --access-logfile /app/logs/access.log
0 commit comments