Voltar para Notification Service
Type
SCHEDULED
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

queue: "notification.dlq"
backoff:
type: "exponential"
factor: 2
jitter: 0.2
maxDelayMs: 60000
baseDelayMs: 5000
timeoutMs: 30000
concurrency: 5
maxAttempts: 3

Input Schema

type: "object"
required:
0"correlationId"
1"dlqMessageId"
2"originalQueue"
3"originalPayload"
4"lastError"
5"receivedAt"
6"action"
properties:
action:
lastError:
receivedAt:
requeueKey:
dlqMessageId:
correlationId:
originalQueue:
originalPayload:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"dlqMessageId"
1"handled"
2"result"
3"handledAt"
properties:
result:
handled:
handledAt:
dlqMessageId:
requeuedJobId: