clearml-agent icon indicating copy to clipboard operation
clearml-agent copied to clipboard

choose worker

Open ghost opened this issue 2 years ago • 1 comments

hello ,i have a question about when i excute a task remotely, how can i choose the worker whose listen to the queue? for example, there are 3 worker listen to the queue and i want the worker 1 to excute the task ,what should i set?

ghost avatar Jul 13 '22 03:07 ghost

hi @rui1998 In this case, the first agent that will grab the task will execute it :)

If you need to be able to choose which worker you assign to a task, simply create as many queues as workers, and assign only one worker to each :)

DavidNativ avatar Jul 13 '22 07:07 DavidNativ