Skip to content

Commit c65f41b

Browse files
committed
Update README.md
1 parent d1a24df commit c65f41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Retry service provides policy for how often some operation should happen with the timeout limit
22

3+
The service creates sequence of the delays (nanoseconds) according to chosen policy
4+
35
There are two strategies
46
- constant - constant delay between retries
57
- exponential - Exponential backoff is a strategy in which you increase the delays between retries

0 commit comments

Comments
 (0)