Skip to main content
Module

x/retried/lib/retried.ts

Deno/ES6+/TypeScript rewrite of https://www.npmjs.com/package/retry
Latest
import * as retried from "https://deno.land/x/retried@1.0.1/lib/retried.ts";

Functions

Returns a new timeout (integer in milliseconds) based on the given parameters.

Creates a new RetryOperation object.

All time params and return values are in milliseconds. The formula used to calculate the individual timeouts is:

Interfaces

Create Timeout Options, passed to retried.createTimeout

Operation Options, passed to retried.operation

Timeout Options, passed to retried.timeouts