Skip to content

Commit fe5915e

Browse files
committed
add worker to Procfile
1 parent 26e5927 commit fe5915e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Procfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
1+
web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT}
2+
worker: rq worker -P app -c dependencies

0 commit comments

Comments
 (0)