How can we create thousands of queues and workers who poll based on a given queue name input and count? #541
Unanswered
archit-harness
asked this question in
Q&A
Replies: 1 comment
-
|
@hibiken I know client.Enqueue takes queue param as well, so basically how many different do you think It can support? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can we create thousands of queues and workers who poll based on a given queue name input and count?
Basically I want to create queues based on accounts, which will be nearly 10-20k, so I should be able to push tasks accordingly to their respective queues.
Secondly there will be limited workers who will based on algorithm decide which queue to process N items at any time, so can we poll without creating worker server again and again?
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions