retry_circuit_call
Make an HTTP call through a circuit breaker that returns immediately if the circuit is open, protecting downstream services from repeated failures.
Instructions
[retry] Make an HTTP call through a named circuit breaker. If the circuit is open, returns immediately without making the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| url | Yes | ||
| method | No | ||
| body | No | ||
| headers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |