Skip to content

Feat/be event replay dashboard#626

Merged
Cedarich merged 3 commits into
Pulsefy:mainfrom
ykargeee-bit:feat/be-event-replay-dashboard
Jun 29, 2026
Merged

Feat/be event replay dashboard#626
Cedarich merged 3 commits into
Pulsefy:mainfrom
ykargeee-bit:feat/be-event-replay-dashboard

Conversation

@ykargeee-bit

Copy link
Copy Markdown
Contributor

Closes #547
added comprehensive Dead Letter Queue (DLQ) replay
APIs for your background job system that meets all your requirements:
built the operator dashboard APIs for viewing, filtering,
and replaying failed/unparsed Soroban events with all the requested features

Closes #558

…events

- Add filter support to listUnparsedEvents for contractId, schemaVersion, errorType
- Add single event replay endpoint: POST /unparsed-events/:pagingToken/replay
- Add specific batch replay endpoint: POST /unparsed-events/replay/batch
- Implement incrementAttempts to properly track replay attempts
- Add status field to track if event is pending or replayed
- Ensure idempotent replay that prevents duplicate records
- Full auditability with attempts counter, error messages, and timestamps
…ground job system that meets all your requirements:

added comprehensive Dead Letter Queue (DLQ) replay APIs for your background job system that meets all your requirements:
@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@ykargeee-bit Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich

Copy link
Copy Markdown
Contributor

@ykargeee-bit

@ykargeee-bit

Copy link
Copy Markdown
Contributor Author

@Cedarich

@Cedarich Cedarich merged commit ef1334a into Pulsefy:main Jun 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BE-74: Background Job Dead Letter Replay API BE-63: Event Replay Dashboard API

2 participants