retry_circuit_call
Retry HTTP calls using circuit breaker patterns to handle failures by preventing requests when circuits are open, improving reliability in distributed systems.
Instructions
[retry] Make an HTTP call through a named circuit breaker. If the circuit is open, returns immediately without making the request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| url | Yes | ||
| method | No | ||
| body | No | ||
| headers | No |