-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
3.2.6, 3.3.3, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-60802-master -
It was proposed as part of MDL-60683 that the quiz module & it's sub-plugins should move to scheduled tasks, and it would be desirable that a notice was raised if any of its sub-plugins were still using the cron.
This is a proposal for a general fix, instead of replicating much of this code to simply output a DEBUG_DEVELOPER message.
The cron_execute_plugin_type() }}function in {{/lib/cronlib.php is used to find out
- if a particular plugin implements the *_cron() function in its lib.php
- Executes the identified *_cron() functions
This would also produce as part of the legacy_cron_plugin_cron_task task a list of plugins using the legacy cron system
- Testing discovered
-
MDL-60683 Quiz uses legacy cron
- Closed