Bravo
Bravo4d ago

for loop unresponsive in a flow

So I got a large string array (250k) and I try to iterate over it in a flow but the whole thing hangs despite what I'd assume is enough compute resources. any ideas?
2 Replies
rubenf
rubenf4d ago
250k subflows is probably too much
fooosieee
fooosieee2d ago
batch it in sizes lets 250k / 10 workers so u have one batch size 25k items then iterate it for loop with 25k items per iteration ill did tat with millions of data sets