package
19.2.11-5-g2ecba8f+incompatible
Repository: https://github.com/hydgladiator/cockroachdb.git
Documentation: pkg.go.dev
# Functions
ForDuration will retry the given function until it either returns without error, or the given duration has elapsed.
Start returns a new Retry initialized to some default values.
StartWithCtx returns a new Retry initialized to some default values.
WithMaxAttempts is a helper that runs fn N times and collects the last err.