configure_retry
Set retry attempts and exponential backoff delays for web scraping requests to recover from transient failures.
Instructions
Configure retry behavior with exponential backoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_delay | No | ||
| max_attempts | No | ||
| initial_delay | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |