简体   繁体   中英

Run independent `PythonScriptStep` steps in parallel

In my pipeline multiple steps are independent and so I would like them to run in parallel based on input dependencies.

As the compute I use has multiple nodes I would have expected this to be the default.

For example:

在此处输入图像描述

All 3 upper steps should run in parallel, then both f.netune steps in parallel as soon as their inputs are satisfied and the same for rgb_test .

Currently only 1 step runs at a time, the other are Queued .

It ended up being because of vCPU quota.

After increasing the quota, parallel tasks can run at the same time as expected.

I agree this is weird! Are you sure your compute target's max_nodes is at least 3?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM