Environmental Lock - Tech Issues
I have implemented an "Acquire Lock" stage in a process to prevent multiple VMs from checking pending items and populating the queue at the same time, and added a "Release Lock" stage once the queue is populated. I have tested this on 2 VMs, expecti...