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: configurable client retry interval #208

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

rapiz1
Copy link
Owner

@rapiz1 rapiz1 commented Nov 29, 2022

  • Add retry_interval for the client to configure the interval between retries to connect to the server.
  • The retry backoff now increases more rapidly and is more randomized to avoid flooding a slow network when outage.

Resolves #197

@rapiz1 rapiz1 enabled auto-merge (squash) November 29, 2022 09:32
@rapiz1 rapiz1 merged commit d216d63 into main Nov 29, 2022
@rapiz1 rapiz1 deleted the configurable-clietn-retry-interval branch November 29, 2022 09:41
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.

Configurable Retry Connection Interval
1 participant