psicobloc
12/15/2025, 4:06 PMpsicobloc
12/15/2025, 9:03 PMChiranjeet Mishra
12/17/2025, 7:31 AMAssistant.hooks.do[type=tool].tool.backoffPlan. Here are the options available:
- **Retry limits**: You can set maxRetries (0-10, default: 0).
- **Timing adjustments**: baseDelaySeconds can be adjusted between 0-10 seconds.
- **Exclusion settings**: You can configure to exclude specific HTTP status codes from retry attempts.
When a request exceeds the configured timeoutSeconds, it will not be retried. You can set this duration between 20 and 600 seconds. This provides control over how long to wait for a response before timing out. [See more details on retry logic here](https://docs.vapi.ai/changelog/2025/8/27).