krohrsb / gofer-retry

Gofer API's with Retry Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm npm npm Travis

Gofer Retry

Gofer Retry simply adds the capability to use retry. It extends Gofer.

Caveat

Currently by utilizing the retry capability you do not get a return value of the request object due to the fact that it may not be that one instance, depending on your retry configuration. You'll have to stick with the callbacks and use of Gofer's Hub.

Install

npm install --save gofer-retry

Usage

It adds a retry method to the class that you may call from within your endpoint handler.

Its configuration is what a retry operation expects. See the retry docs for more info.

See examples

About

Gofer API's with Retry Support


Languages

Language:JavaScript 100.0%