콘텐츠로 이동
한국어

QuarantinedResult

이 콘텐츠는 아직 번역되지 않았습니다.

QuarantinedResult = object

Defined in: src/deadletters/DeadLetterEntry.ts:126

The letter has already come back DeadLetterQueueOptionsType.maxReplays times. Refusing is the point: a poison message that dead-letters on every attempt would otherwise be re-queued forever by an operator (or a script) retrying it, and each attempt costs the recipient a turn.

readonly kind: "quarantined"

Defined in: src/deadletters/DeadLetterEntry.ts:127


readonly replayCount: number

Defined in: src/deadletters/DeadLetterEntry.ts:128