MDL-65050 core: add question_stats_cleanup_task scheduled task

This commit also removes orphaned question/engine/statisticslib.php
This commit is contained in:
Simey Lameze 2019-03-28 16:32:21 +08:00
parent 10810f421b
commit 9c164d26fc
4 changed files with 75 additions and 51 deletions

View file

@ -221,6 +221,15 @@ $tasks = array(
'dayofweek' => '*',
'month' => '*'
),
array(
'classname' => 'core\task\question_stats_cleanup_task',
'blocking' => 0,
'minute' => '*',
'hour' => '*',
'day' => '*',
'dayofweek' => '*',
'month' => '*'
),
array(
'classname' => 'core\task\registration_cron_task',
'blocking' => 0,