-
Notifications
You must be signed in to change notification settings - Fork 43
Implement 'backfill' service #213
Copy link
Copy link
Open
Labels
Description
Context
If Horizon missed an event, we need a way to fill specific gaps.
Goal
Add a service to fetch specific ledger ranges and re-index.
Contributor guide
- Directory:
indexer/ - Create backfill(startLedger, endLedger) method.
- Ensure it does not collide with active poller (locks).
- Log progress and handle missing ledgers in Horizon archive.
- Add CLI wrapper.
References
- Indexer backfill guide.
Reactions are currently unavailable