From ed6abea86c83afd96d821b5dbd382ae740ec6745 Mon Sep 17 00:00:00 2001 From: Andrew Chuang Date: Thu, 21 Nov 2024 09:31:11 -0300 Subject: [PATCH] oom and timeout errors auto retry docs --- docs-v2/pages/workflows/settings.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs-v2/pages/workflows/settings.mdx b/docs-v2/pages/workflows/settings.mdx index f286782704378..12dc951c31b1d 100644 --- a/docs-v2/pages/workflows/settings.mdx +++ b/docs-v2/pages/workflows/settings.mdx @@ -45,6 +45,12 @@ You can disable these notifications for your workflow by disabling the **Notify ## Auto-retry Errors + +**Out of Memory and Timeout Errors** + +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. + + 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. 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: