guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Run limits #39

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

We should implement a proper run pool with a maximum number of run invocations. If we can link run invocations to their templates we could also limit by template which would be an easy way to solve the npm install contention issue.

guybedford commented 2 years ago

This is implemented now in https://github.com/guybedford/chomp/pull/45, along with the chomp -j=5 option for specifying the number of concurrent jobs.