MDL-48807 core_task: change create_contexts_task to daily frequency
authorSimey Lameze <simey@moodle.com>
Mon, 23 Feb 2015 06:26:58 +0000 (14:26 +0800)
committerSimey Lameze <simey@moodle.com>
Mon, 23 Feb 2015 06:33:39 +0000 (14:33 +0800)
lib/db/tasks.php
version.php

index 3526517..8dc4f4e 100644 (file)
@@ -125,8 +125,8 @@ $tasks = array(
     array(
         'classname' => 'core\task\create_contexts_task',
         'blocking' => 1,
-        'minute' => '*',
-        'hour' => '*',
+        'minute' => '0',
+        'hour' => '0',
         'day' => '*',
         'dayofweek' => '*',
         'month' => '*'
index 98b3972..70ac5aa 100644 (file)
@@ -29,7 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2015021900.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2015022300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.