LeeDuffy
2 years agoNew Contributor II
Executing pipelines on specific nodes
Hi,
I have a use case where I want to be able to execute pipelines on a specific node for troubleshooting purposes. I know is possible to execute child pipelines via the pipeline execute snap on the same node as the parent pipeline, but that parent pipeline is chosen I guess via load balancing logic, which doesn't guarantee the node that you want.
The solution I am using at the moment is using the parent pipeline to execute various child pipelines where the pipeline execute snap option "Execute on" is set to LOCAL_SNAPLEX, which
Is it possible to trigger a pipeline on a specific node?