Commit bf858f4
deepshekhardas
Fix ExponentialBackoff maxElapsed timeout bypass in execute()
The execute() method tracked elapsedMs across retries but never
checked it against maxElapsed, allowing the retry loop to continue
indefinitely regardless of the configured time limit.1 parent d35bf04 commit bf858f4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
| |||
0 commit comments