From 8b2309657990bd62e3b208e29272f302bf53c97e Mon Sep 17 00:00:00 2001 From: Krishnadas Menon Date: Tue, 4 Apr 2023 12:21:34 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9f62c8..a8d72ba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ # node-fetch-retry +test CI Node Module for performing retries for HTTP requests. It is a wrapper around [`node-fetch`](https://github.com/node-fetch/node-fetch) library. It has default retry logic built in as described below, as well as configurable parameters. It also has built-in support for Apache OpenWhisk actions, adjusting the timeout to reflect the action timeout.