We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec4d92 commit 4958f91Copy full SHA for 4958f91
1 file changed
README.md
@@ -3,7 +3,8 @@
3
This is a simple Python app that demonstrates:
4
5
- HTTP port selection via the `PORT` variable (set in `ENV`)
6
-* An independent worker process (that is auto-restarted upon exit)
+* An independent worker process (that is auto-restarted upon exit)
7
+* A daily scheduled worker that runs every day at 6PM
8
* Another independent worker with a built-in scheduler
9
10
To publish this app to `piku`, clone the repository and run the following commands:
0 commit comments