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
  • Loading branch information
jimleroyer committed Nov 14, 2024
1 parent 7ff60f6 commit f09760a
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

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'graceful_timeout' is not used.
timeout = 90

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'timeout' is not used.


def on_starting(server):
Expand Down

0 comments on commit f09760a

Please sign in to comment.