Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoQuota is a special error for no quota provided by external retry budget // // Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental ErrNoQuota = xerrors.Wrap(errors.New("no retry quota")) )
Functions ¶
func Limited ¶
func Limited(attemptsPerSecond int, opts ...fixedBudgetOption) *fixedBudget
Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
func Percent ¶
func Percent(percent int) *percentBudget
Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
Types ¶
Click to show internal directories.
Click to hide internal directories.