Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transliterator): s3 uploads are not retried when slowed-down (#1438)
In the observed logs, the slow down error return by S3 apparently do not contain the human friendly names. According to the S3 docs [1], a `503` error always indicates a slow down request. This PR adds a few more checks to detect retryable errors more reliably. Also increases the wait time between retry requests slightly to make slow downs less likely. [1] https://repost.aws/knowledge-center/http-5xx-errors-s3 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information