mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-65050 core: add question_stats_cleanup_task scheduled task
This commit also removes orphaned question/engine/statisticslib.php
This commit is contained in:
parent
10810f421b
commit
9c164d26fc
4 changed files with 75 additions and 51 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue