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 client API server connect retry condition #2867

Merged
merged 2 commits into from
May 7, 2024

Conversation

redgoat650
Copy link
Contributor

Change Overview

The previous poll retry condition, when the error matches unable to get repository parameters, is no longer applicable. That error message was removed along with the http API deprecation in kopia. When a gRPC kopia server is not yet ready to serve a request, we expect connection refused instead.

https://github.com/kopia/kopia/pull/3745/files#diff-ca09e623adbc81f1968b51d8933b485b7a972150382b44f5ce56c379bf281485L330

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@mergify mergify bot merged commit f5b4fec into master May 7, 2024
15 checks passed
@mergify mergify bot deleted the kopia-client-retry-fix branch May 7, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants