From f50e2b092df02be643e97504d0d008fe413c84bf Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 18 Mar 2026 18:26:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20remove=20gunicorn=20worker?= =?UTF-8?q?=20timeout=20override?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default 30s timeout is appropriate and some SAML assertion processing requests can take more than 10 seconds. --- src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl index 608e23a..de30af6 100644 --- a/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl +++ b/src/helm/env.d/outscale-production/values.oidc2fer.yaml.gotmpl @@ -17,7 +17,7 @@ satosa: topologyKey: kubernetes.io/hostname envVars: BASE_URL: https://renater.agentconnect.gouv.fr - GUNICORN_CMD_ARGS: --workers=3 --timeout=10 + GUNICORN_CMD_ARGS: --workers=3 LOG_LEVEL: INFO LOG_LEVELS: '{ "satosa.backends.saml2": "DEBUG" }'