interface RetryOptions
Since 0.1.0

Retry configuration for a scheduled job.

Properties

readonly
limit: number

Maximum number of attempts before giving up (1-based minimum).

readonly
delay: number

Base delay in milliseconds for the first retry.

Backoff strategy. Defaults to 'fixed'.

Usage

import { type RetryOptions } from "common/src/index.ts";