-
Improvement
-
Resolution: Duplicate
-
Major
-
None
-
2.7
-
MOODLE_27_STABLE
The forum cron is a perfect candidate for a scheduled task, because it should be done in parallel to everything else. While it is still a legacy cron - it will hold everything up still.
$ git grep MDL-44734
|
mod/forum/classes/task/cron_task.php: * @todo MDL-44734 This job will be split up properly.
|
mod/forum/lib.php: * @todo MDL-44734 The function will be split up into seperate tasks.
|