Replies: 1 comment
-
Queues are created dynamically in asynq so if you provide the Also multiple worker instances can consume tasks from the same queue, a given task will delivered to only one instance at a time. |
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
-
Could you please clarify if a worker can listen only to particular queues?
example: when client enqueues a taskA it specifies a queue name queA.
cheers
Beta Was this translation helpful? Give feedback.
All reactions