Automations can sometimes fail to execute. When this occurs, Automate will display an error as shown in the screenshot below.

Errors can be transient (temporary) or due to an invalid configuration. Automate's retry functionality provides resilience for both of these error types.
Automations can fail for reasons that are transient. These failures can be manually retried, but you can also configure automatic retries for individual effect executions that are prone to transient errors.
Examples of transient errors include:
The retry configuration can be modified on the specific effect, as shown below.

Note that effect retries can currently only be configured on the following:
Automate errors can occur when effects are not configured correctly. For example, when an action is misconfigured such that there are action effect errors, automations using this action can fail. In order to remediate this, you can update the action configuration and rerun failed automations manually to ensure these events are correct.
These failures can be manually retried by selecting Retry failed events. This enables you to choose the specific events to retry, as shown below.

After choosing the events to retry, you can select the specific effects to retry. Note that these effects will be retried on the latest configuration. If there is only one effect available to retry, that effect will be automatically selected.

After selecting Retry events, a retry job will be scheduled and will appear in the Event log as shown below. More details about the scheduled retry job can be viewed on the manual execution page.

You can also retry manual executions which have failed effects. In order to retry failed batches, open up the sidebar for a manual execution run.

Selecting Retry failed batches will allow you to configure how you want the retried job to run, such as the batch size.

Selecting Retry will immediately schedule a re-run of the failed effects.

Action, logic, and function effects support immediate, short-term retries for individual effect executions within a trigger event to overcome ephemeral errors such as rate limits. However, some errors such as service degradation and outages are more persistent and would need a more long-term retry strategy.
With event retries, users can configure retry strategies for entire trigger events, which will cause failed effect executions on individual objects to be attempted a specified time later, up to a certain number of times.
Two parameters can be configured:

If an event retry strategy has been configured, then for each effect, on each object, if the execution failed with a retryable error, the object on that effect will be considered eligible in the next retry.
Retryable errors include:
Actions:ObjectVersionChangedNote that no retry is scheduled if there are no retryable errors on any object or effect, or the maximum number of retries has been reached.
Fallback effects are not eligible for retries, and will only execute if an object failed non-retryably, or the maximum number of retries has been reached.
Event retries will appear as entirely new events in the event history page, with links to navigate between them.
