跳转到内容
简体中文

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