seomoz / qless

Queue / Pipeline Management
MIT License
295 stars 76 forks source link

Investigate if ShuffledRoundRobin actually shuffles #166

Open proby opened 10 years ago

proby commented 10 years ago

Mainly in the ForkingWorker case, I'm not convinced each child process has a different ordering of job queues as it's intended to:

https://github.com/seomoz/qless/blob/e7bc690049c09a112375e59860b674c4ecdbb6e3/lib/qless/job_reservers/shuffled_round_robin.rb#L14