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

@ -1244,6 +1244,7 @@ $string['taskplagiarismcron'] = 'Background processing for legacy cron in plagia
$string['taskportfoliocron'] = 'Background processing for portfolio plugins';
$string['taskprocessing'] = 'Task processing';
$string['taskquestioncron'] = 'Background processing for cleaning up the old question previews';
$string['taskquestionstatscleanupcron'] = 'Background processing for cleaning up the old question statistics cache';
$string['taskrefreshsystemtokens'] = 'Refresh OAuth tokens for service accounts';
$string['taskregistrationcron'] = 'Site registration';
$string['tasksendfailedloginnotifications'] = 'Send failed login notifications';