We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e1fc7 commit 5de2debCopy full SHA for 5de2deb
Procfile
@@ -1,2 +1,2 @@
1
release: python manage.py migrate --noinput
2
-web: gunicorn blt.wsgi --log-file -
+web: gunicorn blt.wsgi --log-file - --workers 2 --worker-class gthread --threads 2 --timeout 120
0 commit comments