simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
362 stars 11 forks source link

Can applications tasks be run parallel? #331

Closed thomsa closed 3 years ago

thomsa commented 3 years ago

Can we make applications run in parallel mode?

Because it takes quite a long time to run all the apps sequentially, if you could point out the part where the execution could be run in a parallel way I would even contribute to the repo.

fho commented 3 years ago

It's already supported in the master branch (https://github.com/simplesurance/baur/commit/77a235a1f0505e1787393843a4c1d178dcec0f81). There is only no release with it yet.

You can build+install it via go install github.com/simplesurance/baur/v2/...@master and run tasks in parallel like baur run --parallel-runs 4.

I planned to create a release as soon as https://github.com/simplesurance/baur/issues/319 fixed but I'm currently busy with another project.