Skip to content

Webhook Retry and Dead-Letter Handling #195

@Baskarayelu

Description

@Baskarayelu

Description:

If anchor (or other) webhooks are processed asynchronously, implement retry and dead-letter handling so no event is lost.

Requirements

  • On webhook receive: persist raw payload to a table or queue with status (pending/processed/failed)
  • Process in background; on failure retry up to N times with backoff
  • After max retries move to “dead letter”; optional GET /api/admin/webhooks/dlq (protected, admin only) to list and replay
  • Document retry policy and DLQ

Acceptance Criteria

  • Retry and DLQ implemented
  • Admin endpoint optional
  • Documented

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions