Skip to content
English

DEFAULT_DEAD_LETTER_MAX_REPLAYS

const DEFAULT_DEAD_LETTER_MAX_REPLAYS: 3 = 3

Defined in: src/deadletters/DeadLetterQueueOptions.ts:75

Built-in default for DeadLetterQueueOptionsType.maxReplays.

Three, not “unlimited”: a letter that dead-letters again on replay is evidence the recipient cannot take it, and the queue’s job is to stop that from becoming an unbounded loop between an operator and a poison message.