Explore more
...
Scenarios
Incomplete executions
Automatic retry of incomplete executions
4min
- RateLimitError
- ConnectionError
- ModuleTimeoutError
and incomplete executions that were created with the Break error handler with the automatic run completion enabled.
schedules automatic retries with the incomplete executions backoff schedule. The backoff schedule prevents the situation when you would get the same error multiple times in a row.
Error type | Retry schedule |
---|---|
| |
Error handled by the Break error handler |
Other error types usually require changes in the incomplete execution and manual resolving. doesn't retry these error types automatically by default.
For example:
Updated 25 Apr 2025
Did this page help you?