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

[bugfix] Prevent typed unix socket client from looping forever on failure to connect #796

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

michaelsilver
Copy link
Contributor

The implementation had double retry loop bug, resulting in the timeout being irrelevant. Remove the outer retry loop and actually time out after 30 seconds.

While we're at it, tune the backoff to be more reasonable (less spammy -- now retries quickly initially, then backs off significantly and slows down to 1 rps).

Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
plane ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 7:34pm

@michaelsilver michaelsilver merged commit 4e72404 into main Aug 1, 2024
6 checks passed
@michaelsilver michaelsilver deleted the michael/dis-2225-plane-tweaks branch August 1, 2024 19:43
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