MDL-50466 tasks: Specific minute values for log cleanup
This commit is contained in:
committed by
Dan Poltawski
parent
118c600ba5
commit
772dc9df94
@@ -28,7 +28,7 @@ $tasks = array(
|
||||
array(
|
||||
'classname' => '\logstore_legacy\task\cleanup_task',
|
||||
'blocking' => 0,
|
||||
'minute' => '*',
|
||||
'minute' => 'R',
|
||||
'hour' => '5',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
|
||||
@@ -28,7 +28,7 @@ $tasks = array(
|
||||
array(
|
||||
'classname' => '\logstore_standard\task\cleanup_task',
|
||||
'blocking' => 0,
|
||||
'minute' => '*',
|
||||
'minute' => 'R',
|
||||
'hour' => '4',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
|
||||
Reference in New Issue
Block a user