This topic was automatically generated from Slack. You can find the original thread here.
We have been getting intermittent timeouts on some of our workflows where the workflow never makes it past the trigger before timing out. Have seen this on 4+ different pipes. What is happening here?
Hi , there’s a bug that showing the error at the trigger and there is 0 step executed.
Actually the error is in other steps, where it executed exceed the timeout limit. So I would suggest:
• Revise the steps in your workflow. Steps that calls to external APIs will potentially timeout if the external API timed out
• Increase the timeout in your workflow setting
Workflow is very basic and is often completed in 1-2 seconds. Randomly now with pipedream it will take 50-60 seconds. We can increase the timeout to infinity but that won’t really solve the underlying issue.