Closed olls closed 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!
IIRC I think this is finished, but we were having problems with the tests.
Yes we had the strange self.waiting.length issue
self.waiting.length
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!