Skip to content

Commit 9ca1721

Browse files
author
Kingdon Barrett
committed
feat(charts): override controller CONN_MAX_AGE
1 parent 9b3634a commit 9ca1721

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/workflow/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ global:
7373
# - (os.cpu_count() or 4) * 4 + 1
7474
# This setting probably should not be higher than max_connections which defaults to 100
7575
# 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
7685

7786
# Enable usage of RBAC authorization mode
7887
#

0 commit comments

Comments
 (0)