Skip to content

Commit

Permalink
Taking another approach: let's increase to a bigger value the gunicor…
Browse files Browse the repository at this point in the history
…n timeout for staging env (#2358)
  • Loading branch information
jimleroyer authored Nov 14, 2024
1 parent 7ff60f6 commit 9174a5b
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 = 45
timeout = 50
graceful_timeout = 85
timeout = 90


def on_starting(server):
Expand Down

0 comments on commit 9174a5b

Please sign in to comment.