LoopCraft
Sign In

2026-07-15

LoopCraft Now Supports Parallel Node Execution

Run independent nodes simultaneously instead of waiting for each to finish. Cuts total loop time when steps don't depend on each other.

Back to News
The new parallel execution mode lets you mark nodes as independent inside a loop definition. When the runner hits a group of parallel nodes, it fans them out concurrently and waits for all to finish before continuing. This is useful for loops that call multiple external APIs, fetch data from different sources, or run validation checks that don't need to be sequential. The dashboard trace view now shows parallel spans, so you can see which nodes ran concurrently and compare timing against a serial run.