-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program