Hi :wave: I have a question regarding the spinning...
# ask-metaflow
b
Hi 👋 I have a question regarding the spinning up of pods when using
foreach
. 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?