-
Added Cron Scheduler: schedule commands to be ran at any time. To use this feature, add this new config module and enable it:
Code (YAML):
# -----------------------------------cronSchedule--------------------------------------- # # consoleCommand gets scheduled by the entry's cron expression. # # Use https://crontab.guru/ for help. # -------------------------------------------------------------------------------------- # cronSchedule:
enabled: false
taskEntries: # - "m h dom mon dow consoleCommand" -
"0 0 */1 * * say This command is triggered at midnight!" -
"0,*/10 11-14 * * * say This command is triggered every 10 minutes between 11:00 AM and 2:59 PM!"