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

Case added in isGeneralRetryableErr for internal network errors(#258) #278

Merged
merged 2 commits into from
Aug 18, 2021

Conversation

100mik
Copy link
Contributor

@100mik 100mik commented Aug 17, 2021

Addresses #258

@@ -453,6 +453,18 @@ func (c *ResourcesImpl) isServerRescaleErr(err error) bool {
return false
}

//Handles case pointed out in : https://github.com/vmware-tanzu/carvel-kapp/issues/258 .
//An internal network error which might succeed on retrying.
Copy link
Contributor

Choose a reason for hiding this comment

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

super small nit: add space after //

@100mik 100mik requested a review from cppforlife August 17, 2021 19:23
@renuy renuy changed the title Case added in isGeneralRetryableErr for internal network errors Case added in isGeneralRetryableErr for internal network errors(#258) Aug 18, 2021
@renuy renuy linked an issue Aug 18, 2021 that may be closed by this pull request
@cppforlife cppforlife merged commit 0e1d20f into carvel-dev:develop Aug 18, 2021
@revolunet
Copy link

Thanks !

@github-actions github-actions bot added the carvel triage This issue has not yet been reviewed for validity label Aug 18, 2021
@renuy renuy removed the carvel triage This issue has not yet been reviewed for validity label Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

retry network errors
5 participants