retry_retry_http
Automatically retry HTTP requests when they fail due to network errors, rate limits, or server errors using exponential backoff with optional jitter.
Instructions
[retry] Make an HTTP request with automatic retry on failure. Retries on network errors, 429 rate limits, and 5xx server errors using exponential back-off with optional jitter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | ||
| body | No | ||
| headers | No | ||
| max_attempts | No | ||
| delay_seconds | No | ||
| backoff_factor | No | ||
| jitter | No |