We are planning to use three bots to update a queue for a single process. Each bot may update more than one transaction item. How to avoid bots updating same item?
I don’t think bots will ever try to retrieve the same queue items. It will pick it based on the availability of the transaction items one after another.