*Hi all, Backoff is a small library for handling retries of unreliable operations in Node.js. The library is a few months old and already has a some clients. The API is also fairly stable by now and reasonably well documented.* * The library is composed of three layers built on top of each other, all of which are accessible by clients. **The bottommost layer provides the basic backoff algorithms. The middle layer provides an event-based object oriented interface to control retry operations. Finally, the topmost layer provides a functional API that lets client call a function in a retry handler.*
<https://lh3.googleusercontent.com/-5NasdPV3Hpk/UOMRhJ7L4BI/AAAAAAAAFkE/VoJAv6Uxgl0/s1600/node-backoff.png> *The documentation, source code and examples can be found on Github. The corresponding npm package is named "backoff".* * - https://github.com/MathieuTurcotte/node-backoff - https://npmjs.org/package/backoff Hopefully, it will be useful to some of you. Cheers, Mathieu* -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
