import { type RetryOptions } from "https://deno.land/std@0.204.0/async/retry.ts";
Properties
The initial and minimum amount of milliseconds between attempts. This is 1000
by default.
import { type RetryOptions } from "https://deno.land/std@0.204.0/async/retry.ts";
The initial and minimum amount of milliseconds between attempts. This is 1000
by default.