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

[s3_meta_request]: Retry on ExpiredToken #472

Merged
merged 5 commits into from
Dec 12, 2024
Merged

Conversation

grrtrr
Copy link
Contributor

@grrtrr grrtrr commented Dec 6, 2024

Similar to the case of RequestTimeout, when progress stalls due to a prolonged time of the server closing connections and similar conditions that prevent refreshing STS tokens,
retrying ExpiredToken will give a stalling job a chance to continue, rather than failing.

Documented success case in #471.

Resolves #471.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

grrtrr and others added 3 commits December 6, 2024 08:55
Similar to the case of `RequestTimeout`, when progress stalls due to a prolonged time of
the server closing connections and similar conditions that prevent refreshing STS tokens,
retrying `ExpiredToken` will give a stalling job a chance to continue, rather than failing.

Documented success case in awslabs#471.

Resolves awslabs#471.
@waahm7 waahm7 requested review from waahm7 and removed request for waahm7 December 11, 2024 18:12
@waahm7 waahm7 merged commit 21a4ab4 into awslabs:main Dec 12, 2024
34 checks passed
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

Successfully merging this pull request may close these issues.

Please consider retrying ExpiredToken
3 participants