Документация InstantCMS

для администраторов и разработчиков

Инструменты пользователя

Инструменты сайта


en:manual:settings:scheduler

Scheduler

Control panelSettingsScheduler

Scheduler allows to add periodic service tasks that run in a background mode in specified intervals.

To provide the correct performance of the scheduler set up a CRON job on your server. If you don’t know how to do this, contact your hosting support.

CRON task parameters

Execution command usually looks like this:

php -f /path/to/site/cron.php > /dev/null

where /path/to/site is an absolute path to the site folder on the server.

Execution interval - 5 minutes. It is a recommended value. If you can’t specify it, set a larger interval. However, keep in mind that some actions may be processed later (for example, sending notifications of private messages).

Section Contents

en/manual/settings/scheduler.txt · Последнее изменение: 25.04.2016 17:38 — murlysja