retry-client
retry any function (with or without timeout) with either fixed back off or exponential back off
promise_mtd
Set of methods allowing simplify work with promises in cycle such as: forEach, map, find, filter, reduce, while, transform. Besides there are methods for comfortable work with promises or asynchronous operations - all, retry, timeout.
async-executer
Module that executes a function asynchronously using parameters given by an iterator with optional timeout between calls.