Skip to content

Commit 28e7c30

Browse files
committed
fix: update web server command in Procfile to use pgbouncer with uvicorn
1 parent b0e359d commit 28e7c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate --noinput
2-
#web: bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT}
3-
web: gunicorn blt.wsgi --log-file - --workers 1 --worker-class gthread --threads 2 --timeout 120
2+
web: bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT} --workers 1
3+
#web: gunicorn blt.wsgi --log-file - --workers 1 --worker-class gthread --threads 2 --timeout 120

0 commit comments

Comments
 (0)