Add queue to workers randomly
Round robin is not thread safe. It would require putting an atomic on ``next_worker`` which would probably slow dispatching queues. Hence prefering random dispath.
Showing
Please register or sign in to comment