Hi everyone, I’m working on optimizing my workflow and have encountered an issue regarding concurrent execution. Currently, I have a node that outputs a list of 20 requests, and I need to call an API for each request to fetch the results. If I use the Loop node, it processes each request sequentially, which is inefficient.
I’d like to execute these 20 requests concurrently to reduce the overall execution time. Is there a built-in node or configuration method to achieve concurrency? Alternatively, are there any recommended best practices or custom nodes to solve this problem?
Thanks for your help!