clearml-agent
clearml-agent copied to clipboard
choose worker
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?
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 :)