-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.7, 4.0.1, 4.2.5, 4.3.2
-
2
-
Team Hedgehog 2023 Review 4, Team Hedgehog 2024 Sprint 1.1
As I can see when adhoc_task_failed() is triggered for an adhoc task it calls record_from_adhoc_task() https://github.com/moodle/moodle/blob/5e5e12e0634f176302462f923af02ab5751683d6/lib/classes/task/manager.php#L791 which resets adhoc task timecreated field https://github.com/moodle/moodle/blob/5e5e12e0634f176302462f923af02ab5751683d6/lib/classes/task/manager.php#L282
Due to this bug we lose tracking of when the task was actually created.
- has a non-specific relationship to
-
MDL-79130 Tasks: Ad-hoc tasks shouldn't retry after max fail delay
- Closed