🔧(helm) remove gunicorn worker timeout override
The default 30s timeout is appropriate and some SAML assertion processing requests can take more than 10 seconds.
This commit is contained in:
@@ -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" }'
|
||||
|
||||
Reference in New Issue
Block a user