This configuration profile enables the https://doc.tiki.org/Scheduler feature and loads a preset of schedulers available since Tiki 20.
Go a manage your schedulers here:
Remember that you will still need to add one entry in the server cron job to run the tiki scheuler, with a command such as this one below (set to be run every 30 minutes):
See, as a reference:
Go a manage your schedulers here:
- Settings > Scheduler (tiki-admin_schedulers.php)
Remember that you will still need to add one entry in the server cron job to run the tiki scheuler, with a command such as this one below (set to be run every 30 minutes):
*/30 * * * * cd /var/www/mytikisite;php console.php scheduler:run
See, as a reference: