machinery
machinery copied to clipboard
Send task with specify worker
Hi, could I send task with specify worker to work with? e.g I have two work with consumer tag named worker1
and worker2
, then I would like to send a task which only worker1
or worker2
will process on.
I am still waiting for answer :') Maybe (@dcelasun @ankurs @Schnouki @fgimenez @Azuka) can help.
I think the only way to do that is to set a routing key (which is technically the queue name) on the signature and have the workers listen to different queues.
I think the only way to do that is to set a routing key (which is technically the queue name) on the signature and have the workers listen to different queries.
Unfortunately I will solve it this way.
encounter the same problem, waiting for the solution 👍