We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9918b4 commit d008989Copy full SHA for d008989
README.md
@@ -86,3 +86,9 @@ struct ContentView: View {
86
## SwiftUI example for the package
87
88
[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