Skip to content

Commit

Permalink
Increasing gunicorn timeout to 45s graceful / 50s hard (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer authored Nov 14, 2024
1 parent 193e9cc commit 7ff60f6
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 = 35
timeout = 40
graceful_timeout = 45
timeout = 50


def on_starting(server):
Expand Down

0 comments on commit 7ff60f6

Please sign in to comment.