Skip to content

Commit

Permalink
protcur.rc file update timeout to 60s and capture output
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed May 19, 2020
1 parent 307b084 commit 70a4bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protcur/resources/protcur.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ command_args="--bind ${socket}
--name protcur
--workers 4
--worker-class gevent
--timeout 30
--timeout 60
--group ${SVCGROUP}
--user ${SVCUSER}
--log-level ${LOG_LEVEL}
--log-file ${LOG}
--capture-output
protcur.app:app"
retry='TERM/30/KILL/5'

Expand Down

0 comments on commit 70a4bad

Please sign in to comment.