machinery icon indicating copy to clipboard operation
machinery copied to clipboard

Send task with specify worker

Open MikeLing opened this issue 5 years ago • 4 comments

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.

MikeLing avatar Aug 06 '19 09:08 MikeLing

I am still waiting for answer :') Maybe (@dcelasun @ankurs @Schnouki @fgimenez @Azuka) can help.

orangehaired avatar Jan 15 '20 16:01 orangehaired

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.

Azuka avatar Jan 16 '20 13:01 Azuka

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.

orangehaired avatar Jan 16 '20 13:01 orangehaired

encounter the same problem, waiting for the solution 👍

unmurphy avatar Sep 23 '21 03:09 unmurphy