Skip to content

Commit

Permalink
Increasing the gunicorn graceful timeout at 35 seconds and hard timeo…
Browse files Browse the repository at this point in the history
…ut at 40 seconds (#2356)
  • Loading branch information
jimleroyer authored Nov 14, 2024
1 parent 9f745f9 commit 193e9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#
# Kubernetes config:
# https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
graceful_timeout = 25
timeout = 30
graceful_timeout = 35
timeout = 40


def on_starting(server):
Expand Down

0 comments on commit 193e9cc

Please sign in to comment.