Hello everyone, I hope you are well.
So, I was studying how I can scale an automation, I will need to run this process on 21 machines and this process uses a work queue, but I read in the microsft document that the maximum limit is only 5 resources consuming the work queue concurrency, this is my question..
I have 21 standalone licenses and I want to run the 21 bots at the same time, to consume the large backlogs (300K/item). Can I consume the 300K items on the 21 machines??
What error will it present? Is this lock of just 5 just to capture a new item? or does it validate how many machines are running consuming the work queue?