mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +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
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue