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?
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