We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3634a commit 9ca1721Copy full SHA for 9ca1721
charts/workflow/values.yaml
@@ -73,6 +73,15 @@ global:
73
# - (os.cpu_count() or 4) * 4 + 1
74
# This setting probably should not be higher than max_connections which defaults to 100
75
# gunicorn_workers: 33
76
+ # If there are enough gunicorn workers to use up max_connections, you may also want to reduce CONN_MAX_AGE
77
+ # so health checks time out their connection faster and don't use all available connections
78
+ #
79
+ # Valid values are a number of seconds, or 0 to disable persistent connections.
80
+ # Setting the value to "None" will ensure that connections are never timed out.
81
+ # - 0
82
+ # - 600
83
+ # - "None"
84
+ # conn_max_age: 600
85
86
# Enable usage of RBAC authorization mode
87
#
0 commit comments