Skip to content

Commit 8e8e294

Browse files
oom and timeout errors auto retry docs (#14701)
1 parent c200237 commit 8e8e294

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs-v2/pages/workflows/settings.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ You can disable these notifications for your workflow by disabling the **Notify
4545

4646
## Auto-retry Errors
4747

48+
<Callout type="info">
49+
**Out of Memory and Timeout Errors**
50+
51+
Pipedream will not automatically retry if an execution fails due to an Out of Memory (OOM) error or a timeout. If you encounter these errors frequently, consider increasing the configuration settings for your workflow.
52+
</Callout>
53+
4854
Customers on the [Advanced Plan](https://pipedream.com/pricing) can automatically retry workflows on errors. If any step in your workflow throws an error, Pipedream will retry the workflow from that failed step, re-rerunning the step up to 8 times over a 10 hour span with an [exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff) strategy.
4955

5056
On error, the step will export a `$summary` property that tells you how many times the step has been retried, and an `$attempt` object with the following properties:

0 commit comments

Comments
 (0)