There was an error while loading. Please reload this page.
1 parent 590782a commit 01e7b31Copy full SHA for 01e7b31
1 file changed
get-started/retry.md
@@ -9,7 +9,8 @@ Any request you make has the possibility to fail for a variety of reasons. It
9
is your responsibility to decide what to do when this happens. When encountering
10
transient errors, you will typically want to retry the request. This requires
11
some care to do correctly as incorrect retry strategies may cause many requests
12
-to be (re)sent in a short amount of time. To mitigate this
+to be (re)sent in a short amount of time, which may eventually cause them to be
13
+throttled or otherwise permanently dropped. To mitigate this
14
[thundering herd problem](https://en.wikipedia.org/wiki/Thundering_herd_problem),
15
we recommend you implement retries with jittered truncated exponential backoff.
16
0 commit comments