guybedford / chomp

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

npm install operation queue #24

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

CI is now failing due to npm install operations bottlenecking since we aren't implementing a proper install queue system, it is only serial at the parent level.

We need to either have some way of coalescing the install tasks into a serial graph or to indicate they should be queued with only one install operation running at a time.

guybedford commented 2 years ago

This is too complex for now, closing. CI error was something else.