bitter-orange-8782
02/02/2023, 11:46 AMforeach
.
I have a step that is using the self.next(self.next_function, foreach='some_variable')
.
When looking at the timeline of the next_function
I see that not all childs are spinning up at the same time (take a look at the picture attached for the gradual spin up)
(I have set the max-num-splits
to the num of the produced childs)
Is there any configuration that I’m missing so all pods will spin up in parallel and not in batches?