-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.5, 4.4.1
-
MOODLE_403_STABLE, MOODLE_404_STABLE
-
MDL-81780-Adhoc-task-improvements
-
-
-
Ad Hoc tasks still need some improvements:
- when task fail, a fail delay affects newly created adhoc tasks pushing them to run a long way in the future, however this delay is not displayed in the web interface & there is no way to reset it after the issue has been resolved
- tasks due to run in the future have no information provided - it should be possible to see them, there should probably also be a way to run them early
- when a task is going to keep failing forever because the payload format required has changed and we know that it's safe to delete the task and trigger a new call that will send an updated payload - there is currently no way to delete this task through the web interface (have to resolve to doing this via the database)
- When you click on "Run all" under "Ad hoc tasks due" it always runs the failed tasks first. This is not the expected behaviour, if I wanted to do that, I would have clicked the "Run all" under the "Ad hoc tasks failed". It also fails to run the tasks due and only runs the failed tasks which again isn't the desired behaviour