34c005ae5f
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
7 lines
189 B
YAML
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.
|