MDL-31989 task: Global search indexing task
This commit is contained in:
committed by
Dan Poltawski
parent
2c720c9772
commit
eddea91dfd
@@ -284,6 +284,15 @@ $tasks = array(
|
||||
'dayofweek' => '*',
|
||||
'month' => '*'
|
||||
),
|
||||
array(
|
||||
'classname' => 'core\task\search_task',
|
||||
'blocking' => 0,
|
||||
'minute' => '*/30',
|
||||
'hour' => '*',
|
||||
'day' => '*',
|
||||
'dayofweek' => '*',
|
||||
'month' => '*'
|
||||
),
|
||||
array(
|
||||
'classname' => 'core\task\stats_cron_task',
|
||||
'blocking' => 0,
|
||||
|
||||
Reference in New Issue
Block a user