Fields
Within each range
Sample data
This plugin does not change the request or the response. It decides whether to send the same request again when it fails, so there is no before/after to show. For example, the configuration below makes up to three extra attempts, waits two seconds between each, and retries on both server errors (500 to 600) and the “too many requests” code (429):| Field | Value |
|---|---|
| Number of retries | 3 |
| Number of seconds to wait until retry | 2 |
| Ranges | 429–430 and 500–600 |