Skip to content

Harden external API clients with timeouts and retries #147

@robertocarlous

Description

@robertocarlous

Body:

Calls to Twilio, Stellar, and Anthropic lack consistent timeouts and retry behavior. Wrap these clients with a shared HTTP client or adapter that implements timeouts, exponential backoff, and a circuit breaker for repeated failures.

Acceptance Criteria:

  • External client wrappers implement timeouts and retry logic.
  • Circuit breaker prevents calls after a configurable failure threshold.
  • Integration tests simulate failures to confirm fallback behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions