跳转到内容
简体中文

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.