itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

Proper Queuing #35

Closed olls closed 9 years ago

olls commented 9 years ago

ATM waiting builds are waiting in their own callback loop, so there is a race condition to select the next build to run. We need a proper queue!

olls commented 9 years ago

IIRC I think this is finished, but we were having problems with the tests.

geraintwhite commented 9 years ago

Yes we had the strange self.waiting.length issue