srs/gradle-node-plugin

Support for limit on parallel task runs

iamrakesh opened this issue · 2 comments

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

@deepy
I'll try shared build service approach.
This repo is indeed abandoned and I missed to check that.
Thank you (y)