AaronB
2 years agoQrew Trainee
Back-to-Back Pipleine calls: Do they run in parallel or sequentially?
I am trying to simplify some of my more lengthy pipelines by breaking them up into logical sections and then calling each one separately. Basically:
- Parent Pipeline
- call pipeline 1
- call pipeline 2
- call pipeline 3
They need to run sequentially. However, I just did my first run and based on the view windows for the pipelines involved, it appears they run in parallel. As soon as the parent pipeline kicks off pipeline 1, it immediately kicks of pipeline 2, and then pipeline 3, without waiting for the previous pipeline to finish.
I could not find any documentation or previous posts on how these callable pipelines run so was wondering if anybody else could shed some light on this.
Thanks....Aaron
------------------------------
Aaron B
ab1692@att.com
------------------------------