Skip to content

Commit

Permalink
readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Dec 29, 2023
1 parent b33b382 commit 4c2a94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

# features

- small (~200 sloc), 100% test-covered codebase
- small (less than 200 sloc), 100% test-covered codebase
- fully-customizable, you can specify number of retries, sleep (and sleep-jitter) between them, and stdlog verbosity
- 3 backoff strategies - simple, linear and exponential
- 4 backoff strategies - simple, linear, binary-exponential and fibonacci
- 3 ways to retry - single function, chain (one-by-one) and parallel execution

# examples
Expand Down

0 comments on commit 4c2a94b

Please sign in to comment.