From 1eed0fa7c7625450f175be3b6889b90a7229a874 Mon Sep 17 00:00:00 2001 From: Oyeniyi Oyelade Date: Fri, 8 Nov 2024 12:47:16 +0000 Subject: [PATCH] updated granian worker count to 1 by default --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a9d71323..cc825118 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --workers 4 --host 0.0.0.0 --port $PORT \ No newline at end of file +web: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --host 0.0.0.0 --port $PORT \ No newline at end of file