1. Can I assign multiple worker clusters for the same render node? Such as worker_cluster=/Thomas, /Tom, /Andy
The reason is I have more users than render nodes, but I want to allocate the render nodes resources more evenly so that each user can at least get some render node to treat them as priority. When each user submit their job, he will type his name as in the cluster field.
2. To further automate the arrangement, can I set by default when each user such as Thomas login in Windows, the qb.conf will be modified to client_cluster=/Thomas, and when Tom login the same machine, the qb.conf will be modified to client_cluster=/Tom?
Thanks.