Skip to content

Commit

Permalink
Merge ddc6ede into 86cc63d
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Aug 28, 2018
2 parents 86cc63d + ddc6ede commit b6809e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![build status](https://travis-ci.org/void666/request-promise-retry.svg?branch=master)](https://travis-ci.org/void666/request-promise-retry)
[![npm downloads](https://img.shields.io/npm/dt/promise-request-retry.svg)](https://img.shields.io/npm/dt/promise-request-retry)

Simple wrapper on top of [request-promise](https://github.com/request/request-promise) to replicate retry mechanism, i.e, it will try to reprocess the request till a valid response is obtained, or the number of retrys is exhausted. Supports all options from request-promise.
Simple wrapper on top of [request-promise](https://github.com/request/request-promise) to replicate retry mechanism, i.e, it will try to reprocess the request with no pause till a valid response is obtained, or the number of retrys is exhausted. Supports all options from request-promise.

### Usage
- additional parameter `retry` needed in `request-promise` options.
Expand Down

0 comments on commit b6809e0

Please sign in to comment.