- To effectively retry "forever", pass a negative maxTimes value,
- with the caveat that there is no recovery from that unless the
- beforeRetry() can figure out when to throw.
+ To effectively retry "forever", pass a huge maxTimes value such
+ as Number.MAX_SAFE_INTEGER, with the caveat that there is no
+ recovery from that unless the beforeRetry() can figure out when
+ to throw.
+
+ Added in 3.53.0.