From 49e07fdef6e9140d405177e8682f85b8b2c2e4f7 Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:11:54 -0600 Subject: [PATCH] adding update to number of workers --- deployment/wsgi/gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/wsgi/gunicorn.conf.py b/deployment/wsgi/gunicorn.conf.py index 1eaa94a1..64092ba3 100644 --- a/deployment/wsgi/gunicorn.conf.py +++ b/deployment/wsgi/gunicorn.conf.py @@ -1,6 +1,6 @@ wsgi_app = "deployment.wsgi.wsgi:application" bind = "0.0.0.0:8000" -workers = 4 +workers = 1 preload_app = True user = "gen3" group = "gen3"