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.
retry.Retry
1 parent 235864e commit 63dea55Copy full SHA for 63dea55
retry/retry.go
@@ -227,7 +227,7 @@ func WithPanicCallback(panicCallback func(e interface{})) panicCallbackOption {
227
//
228
// - retry operation returned nil as error
229
230
-// Warning: if deadline without deadline or cancellation func Retry will be worked infinite
+// Warning: if context without deadline or cancellation func was passed, Retry will work infinitely.
231
232
// If you need to retry your op func on some logic errors - you must return RetryableError() from retryOperation
233
func Retry(ctx context.Context, op retryOperation, opts ...Option) (finalErr error) {
0 commit comments