API Reference ExternalService v#2.0.0

Copy Markdown View Source

Modules

ExternalService handles all retry and circuit breaker logic for calls to external services.

Raised or returned when a call is rejected because the service's circuit breaker is open (the fuse is blown).

Deprecated. Use use ExternalService instead.

Raised or returned when the allowable number of retries (or the retry time budget) is exceeded while calling an external service.

Options that control retry logic for calls to external services.

Raised or returned when a call is made to a service that has not been started with ExternalService.start/2.