documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[ Documentation request ] How to send a task to a specified worker

Open zhanglongOsborne opened this issue 2 years ago • 1 comments

Brief description

How to send a task to a specified worker?

Your recommended content

zhanglongOsborne avatar Aug 08 '22 08:08 zhanglongOsborne

Hi @zhanglongOsborne, If you need to specify a specific Worker, then that Worker should also have a dedicated Task Queue.

You can then specify the Task Queue and know that only that Worker is listening to it: https://docs.temporal.io/tasks#task-routing

flossypurse avatar Aug 08 '22 11:08 flossypurse