You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the function returns `null`, the handler's default `BackOff` will be used.
5345
5345
5346
5346
Set `resetStateOnExceptionChange` to `true` and the retry sequence will be restarted (including the selection of a new `BackOff`, if so configured) if the exception type changes between failures.
5347
-
By default, the exception type is not considered.
5347
+
When `false` (the default before version 2.9), the exception type is not considered.
5348
5348
5349
5349
Starting with version 2.9, this is now `true` by default.
0 commit comments