From fba7efdf5d3ade801ea57e4422fd92ec528fd49b Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Thu, 11 Jan 2024 12:19:54 +0530 Subject: [PATCH] Increase gunicorn timeout Also increases keepalive timeout. --- helm/osmcha/templates/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/osmcha/templates/app.yaml b/helm/osmcha/templates/app.yaml index 1a1b655..7730941 100644 --- a/helm/osmcha/templates/app.yaml +++ b/helm/osmcha/templates/app.yaml @@ -72,6 +72,10 @@ spec: image: {{ .Values.app.api.image.repository }}:{{ .Values.app.api.image.tag }} command: - gunicorn + - "--timeout" + - "3600" + - "--keep-alive" + - "60" - "--workers" - "4" - "--bind"