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

Improve queueing (rewrite) #45

Closed geraintwhite closed 9 years ago

geraintwhite commented 9 years ago

Fixes #38, fixes #43 and fixes #39

geraintwhite commented 9 years ago

Should we address #34 while we are rewriting everything?

olls commented 9 years ago

I think it would be simpler to do it afterwards.

geraintwhite commented 9 years ago

TODO:

olls commented 9 years ago

Nearly there. Todo:

olls commented 9 years ago
geraintwhite commented 9 years ago

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.

olls commented 9 years ago

Ahh, but maybe we should just order them by id? So they will always be in the same order.