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 2699020 commit 4a977fdCopy full SHA for 4a977fd
Procfile
@@ -0,0 +1,2 @@
1
+web: gunicorn --bind 0.0.0.0:$PORT app:app --workers 3 --timeout 120
2
+worker: celery -A app.celery worker --loglevel=info
0 commit comments