From ef3de8462110dcdc911cb96310bc20e3e498c224 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Thu, 26 Jan 2023 21:29:11 +1100 Subject: [PATCH] Increasing gunicron timeout 90->600 based on https://learn.microsoft.com/en-us/azure/app-service/configure-language-python#flask-app --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a2a0e80..4c77a5c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn --worker-class eventlet -w 1 --timeout 90 app:app \ No newline at end of file +web: gunicorn --worker-class eventlet -w 1 --timeout 600 app:app \ No newline at end of file