Pular para o conteúdo
Português (BR)

DEFAULT_DEAD_LETTER_MAX_REPLAYS

Este conteúdo não está disponível em sua língua ainda.

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.