Skip to content

Commit c6b1e68

Browse files
committed
add scheduler to procfile
1 parent a86dc5a commit c6b1e68

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,2 +1,3 @@
11
web: uvicorn main:app --app-dir=app --host=0.0.0.0 --port=${PORT}
2-
worker: rq worker -P app -c dependencies
2+
worker: rq worker -P app -c dependencies
3+
scheduler: rqscheduler --path=app -v --interval=30 --url=${REDIS_URL}

0 commit comments

Comments
 (0)