Skip to main content
Module

x/retried/lib/retried.ts>OperationOptions

Deno/ES6+/TypeScript rewrite of https://www.npmjs.com/package/retry
Latest
interface OperationOptions
implements TimeoutsOptions
import { type OperationOptions } from "https://deno.land/x/retried@1.0.1/lib/retried.ts";

Operation Options, passed to retried.operation

Properties

optional
forever: boolean

Whether to retry forever, defaults to false

optional
maxRetryTime: number

The maximum time (in milliseconds) that the retried operation is allowed to run. Default is Infinity.