Support for limit on parallel task runs
iamrakesh opened this issue · 2 comments
iamrakesh commented
We use this plugin (an older version) to execute npm scripts in our builds and with Gradle parallel run enabled. npm script we execute spawn multiple node.exe processes resulting very high CPU usage, which in turn slows down task execution.
Would it be possible to have limit on parallel NpmTask runs ?
deepy commented
Maybe a shared build service with limits on concurrent access could work?
But this repository is as far as I know abandoned, see #315 for the history and the maintained fork