Skip to content

fix(indexer): increase reconciler ledger throughput (currently max 50 ledgers/cycle) #218

Description

Summary

indexer/reconciler.go:95 processes at most 50 ledgers per cycle; a large gap takes many 5-minute intervals to catch up, and the cursor advances only after each ledger.

Acceptance Criteria

  • Configurable batch size, bounded per cycle
  • Parallel-safe cursor advancement
  • Backfill test

Complexity

High.

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 programconcurrencyConcurrency, race conditions, correctnesshigh-complexityHigh-complexity backend task requiring deep architectural work

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions