Skip to content

Add timeout and circuit breaker for external blockchain RPC calls #429

@Smartdevs17

Description

@Smartdevs17

Description

External RPC calls have no timeout causing cascading failures. Implement circuit breaker pattern.

Acceptance Criteria

  • Configurable timeout per RPC endpoint
  • Circuit breaker (failure threshold, recovery timeout)
  • RPC provider fallback on failure
  • Circuit state monitoring dashboard
  • Graceful degradation on circuit open
  • Manual circuit reset

Technical Scope

  • backend/services/
  • Edge: RPC provider diversity, fallback consistency, partial response handling

Metadata

Metadata

Assignees

No one assigned

    Labels

    200-points200 point issuedrips-waveIssues in the Drips Wave programhighHigh complexity issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions