From 4890a62368dd6c1e778b6a8acbf70e7e0e314bdb Mon Sep 17 00:00:00 2001 From: Tim Ballard <1425377+timoballard@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:33:53 -0600 Subject: [PATCH] increase worker timeout to 120 (#3426) --- backend/Procfile | 2 +- backend/gunicorn.conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/Procfile b/backend/Procfile index 7d5fa92723..683dc0bdb9 100644 --- a/backend/Procfile +++ b/backend/Procfile @@ -1,2 +1,2 @@ # used by cloud.gov -web: newrelic-admin run-program gunicorn config.wsgi -c gunicorn.conf.py -t 60 +web: newrelic-admin run-program gunicorn config.wsgi -c gunicorn.conf.py diff --git a/backend/gunicorn.conf.py b/backend/gunicorn.conf.py index a709b354cb..19fa509e87 100644 --- a/backend/gunicorn.conf.py +++ b/backend/gunicorn.conf.py @@ -1 +1,2 @@ +timeout = 120 workers = 4