09-23-2020 12:20 PM
Hi
I have three pipelines named A,B,C.
Pipeline A and B both are calling to pipeline C. So i wanted to know if we start pipeline A and B at the same time will the call to pipeline C be queued or parallel.
Thanks
Yash
09-23-2020 11:10 PM
@yash.verma Both will be different instances, it’s quite impossible to run same pipeline at same time in milliseconds. Even if you are schedule both pipeline in same time, snap platform use slot to start execution.