what is most efficient approach or the best practices when executing pipelines with parallel steps in one with stage in a docker container?
the options my teammates and i are exploring is launching parallel taskswith a single container vs using docker-compose to launch each parallel tasks in its own container?
thanks in advance for your inputs
merry Christmas.
Om.