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

Availability: Adds retry on 408s to gateway calls for metadata operations #3089

Merged
merged 4 commits into from
Mar 16, 2022

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Mar 16, 2022

Pull Request Template

Description

This applies the same retry logic for a 408 from gateway that is already applied if the a timeout occurs trying to connect to the gateway. This will improve availability to customers because the SDK will not automatically retry on a timeout from gateway for metadata operation. This will only be used for cache operations where multiple requests are waiting on the result and a single timeout would result in multiple failures.

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • [] New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #IssueNumber

@j82w j82w changed the title Availability: Adds retry on 408s to gateway calls Availability: Adds retry on 408s to gateway calls for metadata operations Mar 16, 2022
@j82w j82w merged commit 84c1145 into master Mar 16, 2022
@j82w j82w deleted the users/jawilley/ha/pkCacheRetries branch March 16, 2022 19:40
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.

2 participants