From d41f3f476de0471c03d798381f0403d8b3d1da7d Mon Sep 17 00:00:00 2001 From: Sanjay Bhangar Date: Wed, 14 Feb 2024 20:02:41 +0530 Subject: [PATCH] reduce gunicorn timeout to 60 --- helm/osmcha/templates/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/osmcha/templates/app.yaml b/helm/osmcha/templates/app.yaml index 5c69d5d..5c0a9d2 100644 --- a/helm/osmcha/templates/app.yaml +++ b/helm/osmcha/templates/app.yaml @@ -73,7 +73,7 @@ spec: command: - gunicorn - "--timeout" - - "3600" + - "60" - "--keep-alive" - "60" - "--workers"