$ cnpm install popsicle-retry
Enable request retry for Popsicle.
npm install popsicle-retry --save
import { retry } from "popsicle-retry";
const send = retry(transport);
const res = await send(req);
-1 (default is retries()).5xx and unavailable errors.Apache 2.0
Copyright 2013 - present © cnpmjs.org | Home |