A utility that allows retrying a function with an exponential delay between attempts.
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, fs
streams, http
responses, and request
objects, and allows for specifying custom stream types.
Stubborn versions of Node's fs functions that try really hard to do their job.
Library that can be used to retry functions that return promise