This topic was automatically generated from Slack. You can find the original thread here.
With auto-retry on errors, will I receive a separate event in the $errors
channel for each retry?
This topic was automatically generated from Slack. You can find the original thread here.
With auto-retry on errors, will I receive a separate event in the $errors
channel for each retry?
When using auto-retry on errors, you will receive an error notification through your standard notification channel only if the step fails on all 8 retries and throws a final error. By default, you won’t receive a separate event for each retry. However, you can enable the “Send notification on first error” option for critical workflows where you want visibility into all errors as soon as they happen. For more details, please refer to the documentation: Settings
I can’t find any setting for “Send error notifications on the first error”.
Apologies for the confusion earlier. I made a mistake in my response. Pipedream does not have a specific setting for “Send error notifications on the first error.” However, you can customize your error handling within your workflow using try
and catch
blocks in your code steps. This way, you can control how errors are handled and when notifications are sent. If you need further assistance, please feel free to ask or visit https://pipedream.com/support for more support options.
Ok, I’ll test the behavior with the $errors
channel myself
We failed to port that to project settings, following up with the team so we can re-add it
Ok, we’re not receiving anything in the $errors
channel either… presumably because we need that setting.
Oh, even after removing the setting, it still keeps retrying instead of sending the event/notification!