On Sun, Sep 22, 2013 at 3:19 PM, Dustin Knie <[email protected]> wrote: > Both siftdown and siftup, however, > only use priority for sorting, and if the priorities are all the same, then > nothing will change.
For jobs with equal priority, the sort key is the job id, which is assigned in order of receipt. https://github.com/kr/beanstalkd/blob/157d88/job.c#L163 -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/groups/opt_out.
