node-promise-retry

Retries a function that returns a promise
  https://github.com/IndigoUnited/node-promise-retry#readme
  0
  no reviews



Leverage the power of the retry module to the promises world.

Calls fn until the returned promise ends up fulfilled or rejected with an error different than a retry error.

Node.js is an event-based server-side JavaScript engine.