History: Scheduler
Preview of version: 1
- «
- »
Scheduler
Scheduler for Tiki (cron jobs) An internal scheduler was added in Tiki17, so that only one cron job needs to be defined in the sysem crontab, and all actions to be run a scheduled times can then be defined within Tiki UI.
1.1. How to find it
In the quick admin module, and in the main application menu under "Settings" section.
1.2. Overview
1.2.1. Syntax
Use CRON format to enter the values in “Run Time”: Minute, Hour, Day of Month, Month, Day of Week Eg. every 5 minutes: */5 * * * *