Skip to content

Commit 9975117

Browse files
committed
PB-2395: +3rd party
1 parent cd2c161 commit 9975117

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

get-started/retry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ throttled or otherwise permanently dropped. To mitigate this
1515
we recommend you implement retries using a truncated exponential backoff
1616
algorithm with jitter.
1717

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+
1822
## Truncated exponential backoff algorithm with jitter
1923

2024
Here is an example of algorithm that implements the recommended retry strategy:

0 commit comments

Comments
 (0)