You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: