We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86dc5a commit c6b1e68Copy full SHA for c6b1e68
1 file changed
Procfile
@@ -1,2 +1,3 @@
1
web: uvicorn main:app --app-dir=app --host=0.0.0.0 --port=${PORT}
2
-worker: rq worker -P app -c dependencies
+worker: rq worker -P app -c dependencies
3
+scheduler: rqscheduler --path=app -v --interval=30 --url=${REDIS_URL}
0 commit comments