There was an error while loading. Please reload this page.
1 parent cd2c161 commit 9975117Copy full SHA for 9975117
1 file changed
get-started/retry.md
@@ -15,6 +15,10 @@ throttled or otherwise permanently dropped. To mitigate this
15
we recommend you implement retries using a truncated exponential backoff
16
algorithm with jitter.
17
18
+You are welcome to use a third party library to implement your retry strategy
19
+but you should verify it actually implements a truncated exponential backoff
20
+algorithm with jitter with reasonable parametres under your control.
21
+
22
## Truncated exponential backoff algorithm with jitter
23
24
Here is an example of algorithm that implements the recommended retry strategy:
0 commit comments