What is p-retry?
"Retry a promise-returning or async function"
p-retry is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 22.6 KB on disk.
Installation Guide
# Install via NPM
npm install p-retry
# Install via Yarn
yarn add p-retry