We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e5eb1 commit b64e424Copy full SHA for b64e424
1 file changed
Procfile
@@ -1,3 +1,4 @@
1
wsgi: main:app
2
worker: python worker.py
3
-clock: python clock.py
+clock: python self_scheduled.py
4
+cron: 0 18 * * * python clock.py
0 commit comments