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.
Usage
import { SqsDelayTooLongError } from "queue-plugin/src/index.ts";
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.
import { SqsDelayTooLongError } from "queue-plugin/src/index.ts";