This topic was automatically generated from Slack. You can find the original thread here.
hey all, i’m running into an issue with parallels. I test my workflow with all of the action steps outside of the parallel and it runs successfully, however when i pull my steps inside of a parallel the workflow does not run any of the steps under the parallel even though all conditions are met to run
It sounds like it might be a memory issue within that execution branch, which is technically a “sub-workflow”. In the future we’ll likely expose execution controls (memory, timeout, concurrency, etc) for individual execution branches, but right now they use whatever the workflow has.
Build mode right now uses a slight different execution environment, so I think memory settings aren’t applied there, which is why I’m suggesting to deploy the workflow in order to confirm.
Hm okay, probably not memory then, definitely wouldn’t need that much. Maybe try slightly decreasing memory and increasing the timeout? I’ll forward this to eng right now also.