Skip to content

Add retry with exponential backoff and circuit breaker for Soroban RPC #1978

Description

@RUKAYAT-CODER

Background

Transient RPC failures likely cause request failures or blocking retries without a circuit breaker, harming latency and resilience.

Implementation Plan

  • Add exponential backoff with jitter and a circuit breaker\n- Expose breaker state via health/metrics
  • Add benchmarks/metrics capturing before/after impact
  • Add regression tests where applicable
  • Document the change

Acceptance Criteria

  • Measurable performance/efficiency improvement demonstrated with before/after numbers
  • No regression in existing functionality
  • Tests pass and code follows project standards
  • Change is documented

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions