From 657354d5cb233f30e4c01cb280c500655c778318 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 25 May 2019 02:18:02 +0200 Subject: [PATCH] Set a longer gunicorn timeout Signed-off-by: Patrick Uiterwijk --- roles/fas_server/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_server/templates/configmap.yml b/roles/fas_server/templates/configmap.yml index b0475c8f64..6516f6a150 100644 --- a/roles/fas_server/templates/configmap.yml +++ b/roles/fas_server/templates/configmap.yml @@ -83,7 +83,7 @@ data: rm -rf /tmp/fas-gpg mkdir /tmp/fas-gpg ln -s /etc/fas-gpg/pubring.gpg /tmp/fas-gpg/pubring.gpg - python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app + python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app --timeout 300 app_gunicorn.py: |- # We need a custom gunicorn script because we need to inject various requires import __main__