Standard agent is processing duplicate items.
Hi All,
Our application has recently been upgraded to 8.7.4 from 7.4 version. We've a standard agent running in 2 nodes (Say, Node A and B) in the production environment, and the application is queueing multiple items at the same time through iterating a list. In ideal situation, when there are 3 items available in the list, Item 1 and 2 should be processed by Node A and B. Next, when either of Nodes are free, that Node (either A or B) should pickup the 3rd item. However, this is not happening. While item 1 and 2 are processed by Node A and B, item 3 is also processed by Node A. Any leads would be really helpful.
Thanks