Skip to content

Commit 44af54e

Browse files
committed
updating restart cycle
1 parent 52d06df commit 44af54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
#python ./app.py
4-
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 60 app:server --access-logfile /app/logs/access.log
4+
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

Comments
 (0)