DEFAULT_DEAD_LETTER_MAX_REPLAYS
이 콘텐츠는 아직 번역되지 않았습니다.
constDEFAULT_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.
