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 fb65d84Copy full SHA for fb65d84
charts/workflow/values.yaml
@@ -73,6 +73,12 @@ 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, eg:
80
+ # - 600
81
+ # conn_max_age: 600
82
83
# Enable usage of RBAC authorization mode
84
#
0 commit comments