-
Notifications
You must be signed in to change notification settings - Fork 86
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
added experimental retry/budget
package
#1184
Conversation
retry.Limiter
implementations
github.com/ydb-platform/ydb-go-sdk/v3compatible changesWithRetryBudget: added github.com/ydb-platform/ydb-go-sdk/v3/configcompatible changesWithRetryBudget: added github.com/ydb-platform/ydb-go-sdk/v3/querycompatible changesWithRetryBudget: added github.com/ydb-platform/ydb-go-sdk/v3/retrycompatible changesWithBudget: added github.com/ydb-platform/ydb-go-sdk/v3/retry/budgetcompatible changespackage added github.com/ydb-platform/ydb-go-sdk/v3/tableincompatible changesidempotentOption: changed from struct{} to []github.com/ydb-platform/ydb-go-sdk/v3/retry.Option compatible changesWithRetryBudget: added summaryBase version: v3.65.4-0.20240423084419-d716a3b2218c (master) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1184 +/- ##
===========================================
- Coverage 68.45% 41.90% -26.55%
===========================================
Files 308 255 -53
Lines 32416 27522 -4894
===========================================
- Hits 22190 11534 -10656
- Misses 9267 15603 +6336
+ Partials 959 385 -574
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
efe3039
to
5d91a76
Compare
dbb3347
to
ad1b95e
Compare
ad1b95e
to
20d9dc0
Compare
20d9dc0
to
19f9d0d
Compare
retry.Limiter
implementationsretry.Budget
implementations
retry.Budget
implementationsretry/budget
package
added `budget.Percent()`
1de26b7
to
f5814b5
Compare
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #1183
What is the new behavior?
Other information