-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_500_STABLE
-
-
-
We have a task logs report that can immediately filter for a specific task (e.g. the one that has reached the "max delay" threshold at which admins are notified from MDL-79131):
http://localhost:8000/admin/tasklogs.php?filter=tool_testtasks79131%5Ctask%5Cfail_adhoc_task
|
This will improve admins experience and immediately look at the logs of each failed task to aid diagnosis
There is also a problem in the current linked page from report_status because it breaks our General rules for inter-component communications - specifically that core cannot depend on a plugin. In this case, it's entirely possible the admin has uninstalled report_status and we are emailing them a broken link