MDL-50466 tasks: Specific minute values for log cleanup

This commit is contained in:
Michael Aherne 2015-06-26 15:35:33 +01:00
parent 38cb73a47f
commit 8daf8d87f2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ $tasks = array(
array(
'classname' => '\logstore_legacy\task\cleanup_task',
'blocking' => 0,
'minute' => '*',
'minute' => 'R',
'hour' => '5',
'day' => '*',
'dayofweek' => '*',

View File

@ -28,7 +28,7 @@ $tasks = array(
array(
'classname' => '\logstore_standard\task\cleanup_task',
'blocking' => 0,
'minute' => '*',
'minute' => 'R',
'hour' => '4',
'day' => '*',
'dayofweek' => '*',