class SqsDelayTooLongError
extends Error
Since 0.1.0

Thrown by SqsQueue when a job delay exceeds SQS's 900 s DelaySeconds ceiling. The delay is NOT clamped (a clamp runs the job early); the caller must adjust the value.

Constructors

SqsDelayTooLongError(delayMs: number)

Usage

import { SqsDelayTooLongError } from "queue-plugin/src/index.ts";