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

feat(rt): retry certain HTTP errors (SRA) #894

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Apr 12, 2023

Issue #

upstream: smithy-lang/smithy-kotlin#829

Description of changes

Track upstream HTTP exception changes.

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

@aajtodd aajtodd requested a review from a team as a code owner April 12, 2023 14:38
@github-actions
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

"IDPCommunicationError" to Timeout,
"IDPCommunicationError" to Transient,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment: It looks like the specification has been updated since our original implementation and now the "InternalError" error code must also be treated as a Transient error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline. We are going to punt on this for now since it's covered by #199

@aajtodd aajtodd force-pushed the feat-http-exceptions branch from 2648764 to 2b9cd15 Compare April 19, 2023 18:26
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aajtodd aajtodd merged commit f485255 into main Apr 19, 2023
@aajtodd aajtodd deleted the feat-http-exceptions branch April 19, 2023 20:01
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.

3 participants