fallenhitokiri / leeroyci

Leeroy is a self hosted, continuous integration and build service
http://screamingatmyscreen.com/tag/leeroy/
MIT License
85 stars 3 forks source link

Get rid of runner/manager #29

Closed titpetric closed 8 years ago

titpetric commented 8 years ago

No need to have a slot based system for individual jobs, just start as many goroutines as you need for processing and read from a channel. More info: https://gobyexample.com/worker-pools

fallenhitokiri commented 8 years ago

Thanks - the worker system is currently being rewritten to also support remote workers. This issue will be solved as a by product. Closing it for now.