Files
spring-retry/git
Chase Diem ec7a91d276 GH-126: ExpRandomBackOffPolicy: fix maxInterval
Fixes https://github.com/spring-projects/spring-retry/issues/126

The `ExponentialRandomBackOffPolicy` doesn't take into account a `maxInterval` for the next `sleep`
causing a very long sleep problem eventually

* Fallback to `super.getMaxInterval()` when `next` from random is too big
* Fix JavaDocs for ranges
* Add test for `maxInterval`
2019-12-09 10:07:16 +00:00

0 lines
0 B
Plaintext