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

[.NET SDK]: retry discovery task #63

Merged
merged 9 commits into from
Mar 19, 2024
Merged

[.NET SDK]: retry discovery task #63

merged 9 commits into from
Mar 19, 2024

Conversation

KirillKurdyukov
Copy link
Collaborator

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Copy link

github-actions bot commented Mar 4, 2024

🌋 Here are results of SLO test for .NET SDK:

Grafana Dashboard

SLO-dotnet

@KirillKurdyukov KirillKurdyukov self-assigned this Mar 4, 2024
@KirillKurdyukov KirillKurdyukov linked an issue Mar 4, 2024 that may be closed by this pull request
@@ -20,6 +20,7 @@ public class DriverConfig
internal TimeSpan EndpointDiscoveryInterval = TimeSpan.FromMinutes(1);
internal double PessimizedEndpointRatioTreshold = 0.5;
internal TimeSpan EndpointDiscoveryTimeout = TimeSpan.FromSeconds(10);
internal readonly int AttemptDiscovery = 10;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What it replace the field by RetrySettings?

@KirillKurdyukov KirillKurdyukov merged commit a9363c2 into main Mar 19, 2024
17 checks passed
@KirillKurdyukov KirillKurdyukov deleted the retry-init-driver branch March 19, 2024 14:13
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.

feature: Retry discovery on driver initialize
2 participants