We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5814b5 commit fd6225dCopy full SHA for fd6225d
retry/budget/budget.go
@@ -14,7 +14,7 @@ import (
14
type (
15
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
16
Budget interface {
17
- // Acquire called from retryer on second and subsequence attempts
+ // Acquire will called on second and subsequent retry attempts
18
Acquire(ctx context.Context) error
19
}
20
fixedBudget struct {
0 commit comments