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

fix: use exp backoff for running control channel #104

Merged
merged 1 commit into from
Jan 17, 2022
Merged

fix: use exp backoff for running control channel #104

merged 1 commit into from
Jan 17, 2022

Conversation

rapiz1
Copy link
Owner

@rapiz1 rapiz1 commented Jan 17, 2022

Current backoff is always 1s, which is too long if the channel is broken due to a transient network interrupt. Use exponential backoff to make the reconnecting more frequently.

@rapiz1 rapiz1 merged commit 9071099 into main Jan 17, 2022
@rapiz1 rapiz1 deleted the backoff branch January 17, 2022 04:30
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.

1 participant