Open proby opened 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:
ForkingWorker
https://github.com/seomoz/qless/blob/e7bc690049c09a112375e59860b674c4ecdbb6e3/lib/qless/job_reservers/shuffled_round_robin.rb#L14
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