Overview
When auto-retry is enabled on a step, the step automatically retries if the step execution fails. This is useful for ensuring your workflows run successfully when encountering intermittent errors, such as API rate limits. Auto-retry is available on the following step types:- Integrations (e.g. Salesforce, Slack, Jira)
- Request
- Function
- 1st retry: around
10 seconds
after initial attempt - 2nd retry: around
20 seconds
after 1st retry - 3rd retry: around
30 seconds
after 2nd retry - 4th retry: around
50 seconds
after 3rd retry - 5th retry: around
80 seconds
after 4th retry
Enabling Auto-Retry
To enable auto-retry for a step, click on the step, scroll to the bottom of the sidebar, and toggle auto-retry..gif?fit=max&auto=format&n=jCM_Y_j0HttScr1R&q=85&s=9fff576f55b752cea2c838f577746f6d)
Note: Enabling auto-retry only retries the specific step, not your entire workflow.