...
Info | ||
---|---|---|
| ||
To enable the scheduler for a hosted instance, add the following to cron:* * * * * /usr/bin/php /var/www/html/6c_<INSTANCE_ID>/scheduler/task-runner.php To enable the scheduler in a local instance, add the following to cron: * * * * * /path/to/php /path/to/ProVision/scheduler/task-runner.php |
...