From 4c2a94b8daa44b3e5de9c308e53f3648591b3a94 Mon Sep 17 00:00:00 2001 From: Alexei Shevchenko Date: Fri, 29 Dec 2023 21:05:42 +0300 Subject: [PATCH] readme (#9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed62a16..a3e6bd4 100644 --- a/README.md +++ b/README.md @@ -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