Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cameron1729 opened this issue Apr 12, 2023 · 0 comments

Comments

@cameron1729
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant