Skip to content

Commit

Permalink
Merge pull request #1011 from uc-cdis/chore/decrease-uwsgi-timeouts
Browse files Browse the repository at this point in the history
chore(uwsgi.ini): decrease timeouts to 45s
  • Loading branch information
johnfrancismccann committed Apr 4, 2022
2 parents f801554 + 6226e52 commit cc3a878
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deployment/uwsgi/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ harakiri-verbose = true
# No global HARAKIRI, using only user HARAKIRI, because export overwrites it
# Cannot overwrite global HARAKIRI with user's: https://git.io/fjYuD
# harakiri = 45
# TODO reduce HTTP and socket timeouts after performance
# improvements to DRS endpoint
http-timeout = 60
socket-timeout = 60
http-timeout = 45
socket-timeout = 45
worker-reload-mercy = 45
reload-mercy = 45
mule-reload-mercy = 45
Expand Down

0 comments on commit cc3a878

Please sign in to comment.