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

QuarantinedResult

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

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