moodle-fileconverter_librelambda icon indicating copy to clipboard operation
moodle-fileconverter_librelambda copied to clipboard

Conversion will never be retried if a transient failure is encountered during `are_requirements_met` check

Open cameron1729 opened this issue 1 year ago • 0 comments

Currently there is some code in poll_conversion_status to check various statuses from S3 and, if appropriate, keep the conversion in progress so it can be retried.

However, if a transient failure happens during the are_requirements_met check, and there are no other converters available, the conversion will be marked as failed by core (see also get_document_converter_classes) and the conversion will never be attempted again even though the transient failure may have resolved.

cameron1729 avatar Apr 12 '23 07:04 cameron1729