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

Update CloudWatch client to send payload in POST body instead of URL #146

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

knovichikhin
Copy link
Contributor

Issue #, if available:

Description of changes:
This is a follow up to amzn/smoke-aws-generate#98

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

@@ -43,7 +43,7 @@ public enum CloudWatchClientError: Swift.Error {

public func isRetriable() -> Bool? {
switch self {
case .limitExceededException, .limitExceededFault:
case .limitExceededException, .limitExceededFault, .throttling:
Copy link

Choose a reason for hiding this comment

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

So we were not retrying on throttling errors before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not for this client. We did have a level of retry on CW stream.

@knovichikhin knovichikhin merged commit a73e420 into amzn:main Jan 25, 2024
6 checks passed
@knovichikhin knovichikhin deleted the knov-update-cw branch January 25, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants