Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
Patch
Description
The current max delay is unstable - when retry_delay == retry_max_delay the second branch is taken, and retry_delay is set to retry_max_delay * retry_backoff, which is larger than retry_max_delay.
This causes an oscillation between retry_max_delay and retry_max_delay * retry_backoff.