import { retryFailures } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";
Call fn
. If it throws, delay for delayTime
, then call it again, up to retryCount
times.
x/dtils/mod.unstable.ts>retryFailures
import { retryFailures } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";
Call fn
. If it throws, delay for delayTime
, then call it again, up to retryCount
times.