You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(events): phase 4.4 — SDK DLQ config per event
Add `dlq` option to `event()` allowing per-event DLQ configuration.
When `dlq.enabled` is false, failed event-triggered runs are silently
discarded instead of being stored in the dead letter queue.
- Add EventDLQConfig type to SDK and EventDLQManifest schema to core
- Add dlqConfig JSON column to EventDefinition model
- Wire config through deploy (createBackgroundWorker) and resource catalog
- DeadLetterService checks config before creating DLQ entries
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments