Description
External API calls (Stellar, Stripe, KYC providers) have no timeouts causing cascading failures. Implement configurable timeouts and circuit breakers.
Acceptance Criteria
Technical Scope
- backend/src/middleware/circuit-breaker.ts
- backend/src/services/stellar.ts
- backend/src/services/stripe.ts
- Edge: partial response handling, timeout vs cancellation semantics
Description
External API calls (Stellar, Stripe, KYC providers) have no timeouts causing cascading failures. Implement configurable timeouts and circuit breakers.
Acceptance Criteria
Technical Scope