Hi there,
I am new to the framework. What we want to achieve is whenever a new user signs up, we will create a new queue for this user, and then any jobs that are generated by a user will be processed by the queue associated with the user to make sure it won’t be held up by other users’ jobs.
Second question, say I have 3 queues, I want to put the lastest job into the least busy queue, is there a way to pick up the least busy queue programmatically?
Thank you.