Akryum / monorepo-run

Run scripts in monorepo with colors, streaming and separated panes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add concurrency support

kevinmarrec opened this issue · comments

It would be nice having something like https://github.com/lerna/lerna/tree/master/core/global-options#--concurrency.

EDIT: Overall the use case would be to have build by build outputs instead of having parallel outputs when using mono-run build for example.

Just close if not relevant.

Currently mono-run creates one thread per task, so they are all executed in parallel. Your usecase would be to limit the number of parallel tasks run at the same time?

@Akryum Indeed that's it