Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fix: Removed duplicate retry logic which was causing retries on 400's… #268

Merged
merged 2 commits into from
Aug 13, 2020

Conversation

tunderwood
Copy link
Contributor

We had duplicate retry logic which was causing 5 retries on 400 response codes and 15 retries on 500 response codes to the AWS STS endpoint. Removed the duplicate logic so we no longer retry on 400's and only retry 5 times for 500 responses.

@tunderwood tunderwood merged commit c657ecd into master Aug 13, 2020
@tunderwood tunderwood deleted the fix/remove_retry_on_sts_400 branch August 13, 2020 17:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants