deconst / services

Hand-crafted artisanal Dockerfiles for non-core services
Apache License 2.0
2 stars 3 forks source link

[strider] Support parallel builds #22

Closed smashwilson closed 8 years ago

smashwilson commented 8 years ago

It looks like Strider's simple build runner will only execute a single build at a time. This will quickly become annoying as we migrate more and more content repositories to a single instance.

I'll need to figure out a way to crank up the number of parallel builds that are executed at the same time. We should be able to handle a decent number because they're mostly network-bound right now.