property RetryOptions.timeoutMs

Deadline for each individual attempt. The attempt is abandoned when it fires — its signal goes off so cancellation-aware work stops — and counts as a failure like any other.

Type

number

Usage

import { type RetryOptions } from "lib/task/task.ts";