keystoneauth/releasenotes/notes/retries-limit-dbaedcb3207934ae.yaml
Dmitry Tantsur 34c005ae5f Limit interval between retries to 1 minute
Currently it grows exponentially, exceeding 1 hour after 15 retries.
While we don't expect people to have so many retries, we should not
let them shoot their legs.

Change-Id: I01dfaa1c379340a0d41fcfdb07298fdef6110941
2019-06-19 15:28:35 +02:00

7 lines
189 B
YAML

---
fixes:
- |
The retry interval for retries enabled by ``connect_retries`` and
``status_code_retries`` is now limited at 60 seconds. Previously it would
grow exponentially.