diff --git a/Procfile b/Procfile index 7f3ed31e0..0945ffcee 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ release: python manage.py migrate --noinput #web: newrelic-admin run-program bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT} -web: gunicorn blt.wsgi --log-file - --workers 2 --worker-class gthread --threads 2 --timeout 120 \ No newline at end of file +web: gunicorn blt.wsgi --log-file - --workers 1 --worker-class gthread --threads 2 --timeout 120 \ No newline at end of file