Async function call retries with exponential backoff
npm install abacus-retryabacus-retry
===
Async function call retries with exponential backoff.
This module simply wraps the retry module to provide call retries with
exponential backoff, with a bit more natural interface than the original retry
module.