gofer-retry
v0.0.2
Published
Gofer API's with Retry!
Downloads
1
Readme
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