On Mar 23, 2013 12:10 AM, "John" phoenixoverride@gmail.com wrote:
I know Aaron has spent a lot of time on the job queue. But I have several observations and would like some feedback. The current workers apparently select jobs from the queue at random. A FIFO method would make far more sense. We have some jobs that can sit there in the queue for extended periods of time, while others added after that point may get completed in mere few minutes.
Well random is not the only method. There is also timestamp based and FIFO.