This topic was automatically generated from Slack. You can find the original thread here.
hi all, i have an optimization question about parallel / if-else workflows and trying to better understand why some take so long. attached a photo of a snippet. the workflow is connected to a lead form and this part just creates a new business entry in the CRM. each block runs for about 1 sec, but the whole ifelse runs for about 34 sec. can you please help me understand what causes the extra delay?
Thanks , I checked and actually the workflow has concurrency limits in place — but I don’t see the steps you shared in the screenshot, is this the correct workflow?
Found it (FYI the trace_id is located in steps.trigger.context.trace_id, it has lower and upper case letters and is case sensitive, so kinda bad on our part that we display the trace in upper case where you found it)
Realistically it is hard for us to know exactly why, since AWS Lambda is the one that spins up a function when they want, it could be due to the load at the time