From cfc9a2d1695c2c6c65920225bef4ac7a52daeb72 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:55:35 -0700 Subject: [PATCH] Test one worker --- src/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.sh b/src/run.sh index d8dabe0cf..e7512b28d 100755 --- a/src/run.sh +++ b/src/run.sh @@ -6,4 +6,4 @@ set -o pipefail # Make sure that django's `collectstatic` has been run locally before pushing up to any environment, # so that the styles and static assets to show up correctly on any environment. -gunicorn --worker-class=gevent --worker-connections=1000 --workers=3 registrar.config.wsgi -t 60 +gunicorn --worker-class=gevent --worker-connections=1000 --workers=1 registrar.config.wsgi -t 60