We've workflow created with following step -
- Send email
- Delay for a day
- Send email (for reminder)
For some users, we've seen that they have received both email on same day because delay step has been failed due to some reason (although next email went through). Can we have anyway to stop execution for further steps in any failure or do we have anyway to prevent the same?
Error received in delay step -
{
"url": "https://novuapi.project.pro/v1/novu/303",
"statusCode": 400,
"message": "Unable to reach Bridge Endpoint at `https://novuapi.project.pro/v1/novu/303`. Run npx novu@latest dev in Local mode, or ensure your Bridge app deployment is available.",
"code": "ECONNRESET"
}