We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a24df commit c65f41bCopy full SHA for c65f41b
README.md
@@ -1,5 +1,7 @@
1
# Retry service provides policy for how often some operation should happen with the timeout limit
2
3
+The service creates sequence of the delays (nanoseconds) according to chosen policy
4
+
5
There are two strategies
6
- constant - constant delay between retries
7
- exponential - Exponential backoff is a strategy in which you increase the delays between retries
0 commit comments