Skip to content

Commit

Permalink
Merge pull request #357 from uc-cdis/feat/uwsgi-timeouts
Browse files Browse the repository at this point in the history
feat: increase uwsgi timeouts to 10 minutes (600 seconds)
  • Loading branch information
m0nhawk authored Oct 15, 2021
2 parents 803f4ad + e088852 commit d0cfeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/uwsgi/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ harakiri-verbose = true
if-env = VIRTUAL_ENV
virtualenv = %(_)
endif =
http-timeout = 45
socket-timeout = 45
http-timeout = 600
socket-timeout = 600
worker-reload-mercy = 45
reload-mercy = 45
mule-reload-mercy = 45
Expand Down

0 comments on commit d0cfeb7

Please sign in to comment.