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 6e3b4fa commit fd98289Copy full SHA for fd98289
runtime/retry/retry.go
@@ -70,7 +70,7 @@ func Begin() *Retry {
70
// BackoffMultiplier: 2.0,
71
// BackoffMinDuration: time.Second,
72
// }
73
-// for r := retry.Begin(); r.Continue(ctx); {
+// for r := retry.BeginWithOptions(opts); r.Continue(ctx); {
74
// // Do nothing.
75
76
func BeginWithOptions(options Options) *Retry {
0 commit comments