Skip to content

Commit d008989

Browse files
committed
Update README.md
1 parent a9918b4 commit d008989

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ struct ContentView: View {
8686
## SwiftUI example for the package
8787

8888
[example for retry service](https://github.com/The-Igor/retry-policy-service-example)
89+
90+
## TODO:
91+
92+
Exponential backoff with jitter. Jitter adds some amount of randomness to the backoff to spread the retries around in time.
93+
For more information [Exponential Backoff And Jitter](https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/)
94+

0 commit comments

Comments
 (0)