We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e5927 commit fe5915eCopy full SHA for fe5915e
1 file changed
Procfile
@@ -1 +1,2 @@
1
-web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
+web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
2
+worker: rq worker -P app -c dependencies
0 commit comments