Closed smithsz closed 5 years ago
CHANGES.md
CHANGELOG.md
Retry bad IAM token requests.
Fixes #385.
Catch 5xx & 429 status codes and invoke retry mechanism (by not setting shouldApplyIAMAuth to false).
5xx
429
shouldApplyIAMAuth
false
No change.
Updated unit tests.
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Retry bad IAM token requests.
Fixes #385.
Approach
Catch
5xx
&429
status codes and invoke retry mechanism (by not settingshouldApplyIAMAuth
tofalse
).Schema & API Changes
No change.
Security and Privacy
No change.
Testing
Updated unit tests.
Monitoring and Logging
No change.