Why Does My Workflow Error Out for Insufficient Memory at 256MB at the Trigger Level?

This topic was automatically generated from Slack. You can find the original thread here.

i have this workflow: Pipedream - Connect APIs, AI, databases and more

for some reason if i run it at 256MB it errors out saying not enough memory. but at the trigger level. which is just a simple webhook. can you please help?

Hey , the error on the trigger is actually a UI bug. The workflow actually run through the steps — which resulted in out-of-memory issue.

My recommendation is to ignore the UI indication there and investigate your other steps.

do you know by chance which step failed?

Hey , unfortunately no.

Since Pipedream runs the whole workflow in a single AWS Lambda function. So it’s really hard to determine the specific step having the problem