File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ The ``RetryableHttpClient`` uses a
731
731
decide if the request should be retried, and to define the waiting time between
732
732
each retry.
733
733
734
- Retry over different uris
734
+ Retry Over Different URIs
735
735
.........................
736
736
737
737
.. versionadded :: 6.3
@@ -746,13 +746,13 @@ request::
746
746
'base_uri' => [
747
747
// first request will use this base URI
748
748
'http://example.com/a/',
749
- // if first request fails, this second base URI will be used
749
+ // if first request fails, the following base URI will be used
750
750
'http://example.com/b/',
751
751
],
752
752
]);
753
753
754
754
When the number of retries is higher than the number of base URIs, the
755
- last base URI will be used for remaining retries.
755
+ last base URI will be used for the remaining retries.
756
756
757
757
If you want to shuffle the order of base URIs for each retry attempt, nest the
758
758
base URIs you want to shuffle in an additional array::
You can’t perform that action at this time.
0 commit comments