From 4c028a19fbe9d5fc81f21bdce862f6c74a61b7ee Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Aug 2009 16:01:10 +0000 Subject: - Patch #331611 by sun, joshmiller, TheRec, Rob Loach, Damien Tournoud: add a poormanscron-like feature to core. --- INSTALL.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index 382c93dc4..21abc3fb3 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -231,9 +231,18 @@ INSTALLATION maintenance task, including search module (to build and update the index used for keyword searching), aggregator module (to retrieve feeds from other sites), and system module (to perform routine maintenance and pruning on - system tables). To activate these tasks, visit the page "cron.php", which - executes maintenance tasks on behalf of installed modules. The URL of the - cron.php page requires a "cron key" to protect against unauthorized access. + system tables). + + For most sites, the built-in, automated cron feature should be sufficient. + Note, however, that cron tasks will only be executed when there are site + visitors. You can enable the built-in cron feature at: + + Administer > Configuration and modules > Development > Maintenance mode + + Advanced users may want to ensure that cron tasks are executed periodically. + To do this, visit the page "cron.php", which executes maintenance tasks on + behalf of installed modules. The URL of the cron.php page requires a "cron + key" to protect against unauthorized access. Each cron key is automatically generated during installation and is specific to your site. The full URL of the page, with cron key, is available in the "Cron maintenance tasks" section of the "Status report page" at: -- cgit v1.2.3