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

I got a lot of out-of-memory errors over the weekend on one of my workflows. The first step of this workflow is a validation step that ends the workflow for triggers that do not meet a certain condition. When I reran a few of my events that had the out-of-memory error, most of them triggered that first step. So I’m trying to figure out why they would have run out of memory if most of the workflow didn’t even run.

This is a v1 workflow that has been running without issues for a while. I did make a minor edit to one step on Friday, but it doesn’t seem like the kind of change that could cause memory issues, especially since that step is not reached in most runs of the workflow.

Any ideas on what could be going on here?