Description:
The Stellar Horizon API occasionally rate-limits or drops connections. The indexer must handle this gracefully without crashing.
Acceptance Criteria:
[ ] Wrap RPC calls in an exponential backoff retry mechanism (e.g., using p-retry or Axios interceptors).
[ ] Log warnings after 3 failed attempts, crash only after 10.
Labels: ops, reliability