Hello, had a curious question. We have some flows ...
# ask-metaflow
b
Hello, had a curious question. We have some flows that are not doing a huge amount of computation in each step, but the setup time to initialize a container via batch takes up much more overhead than the time for the step to run. Is there anything that we can do to improve the instantiation time of the container for each step as we’re moving from step to step?