Job run trigger
Normally, cron tasks are run automatically in an asynchronous fashion when triggered by a XenForo page being loaded by one of your site visitors. Occasionally however, in specific rare circumstances, this will not be sufficient and it will be necessary to have your server execute the job trigger at a specific time.
To do this, edit the
Setup > Options > System and performance > Job run trigger option from the Admin control panel and set it to
Server based trigger.
It will then be necessary to instruct your server to run the CLI command
php cmd.php xf:run-jobs from within your XenForo installation directory on a regular basis using its own scheduled task manager.
