Skip to content

feat: Implement dead letter queue for failed events #354

Description

Description

Add a dead letter queue (DLQ) for events that fail processing, with retry logic.

Requirements

  • Implement DLQ in Redis
  • Add retry logic (N attempts)
  • Add manual retry interface
  • Add metrics for failed events

Acceptance Criteria

  • Failed events stored in DLQ
  • Retry logic with configurable attempts
  • Manual retry interface available
  • Metrics tracked

Priority

Medium

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions