2.4. Execute on schedule (cron)
OliveTin can execute actions on a schedule, and uses a cron format for configuration.
actions: - title: Say hello shell: echo "Hello!" execOnCron: - "@hourly" - title: Say goodbye shell: echo "Say Goodbye" execOnCron: - "*/5 * * * *" # Every 5 minutes
This is a fantastic website: https://cron.help/