Closed geraintwhite closed 9 years ago
Should we address #34 while we are rewriting everything?
I think it would be simpler to do it afterwards.
TODO:
Nearly there. Todo:
I think the order only messes up when lots of builds come in simultaneously. It's the order they get processed and sent to the client. Some will take longer than others to do check_payload
.
Ahh, but maybe we should just order them by id? So they will always be in the same order.
Fixes #38, fixes #43 and fixes #39