@@ -3,6 +3,7 @@ dependencies:
- datetime
# 2. Define jobs (Script Name + Cron Schedule)
+# Helpful cron editor https://crontab.guru
jobs:
- script: "hello_world.py"
schedule: "* * * * *" # Runs every minute