This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Description
Hi, I really love the package, I was wondering how should I query all the queue and work on it? I also use many worker instances won't there be any duplicated work?
from what I'm understanding a while loop to .get() will try and get jobs, how good is it for a lot of messages? What if I want to query 10,000's of messages will it be also fast because it gets them one by one if I'm understanding correctly?
Thanks