Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBackoff = wait.Backoff{ Steps: 5, Duration: 200 * time.Millisecond, Factor: 2.0, Jitter: 0.1, }
Functions ¶
func RunRetryWithConcurrency ¶
func RunRetryWithConcurrency(ctx context.Context, concurrency int, tasks []WrapperTask) error
Types ¶
Click to show internal directories.
Click to hide internal directories.