-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11, 4.0, 4.0.1
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
master-
MDL-71468-v4 -
Having a big number of assignments the "\assignfeedback_editpdf\task\convert_submissions" task starts lagging.
It also has no limit of records to process so it tries to process the qhole queue in one go, works for enormous amount of time and eventually dies (this has been fixed in MDL-73846).
As we can't run more than one instance of the scheduled task at the same time and there is no way to speed it up, it seems to be a good idea to convert submissions using adhoc tasks.
As part of this enhancement all existing and not processed records in `mdl_assignfeedback_editpdf_queue` will need to be converted into adhoc tasks. Then the table can be deleted.
- blocks
-
MDL-75043 The assignfeedback_editpdf\task\convert_submissions task hangs for hours converting files
- Open
- caused a regression
-
MDL-75247 convert_submission adhoc task throws exceptions when conversion needs polling
- Closed
- has a non-specific relationship to
-
MDL-71471 Grading page converts a submission, but leaves a record in the convert_submissions task queue
- Closed