type alias SchedulerBackoff
Since 0.1.0

Backoff strategy for retry delays.

Definition

"fixed" | "exponential"

Usage

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