Setting a delay in processing agent items running in a multi-node environment.
Hi All,
Problem statement : A standard agent is running in our application, and it is enabled in multiple nodes. Consider the agent is running in 2 nodes and there are 4 items to process. During execution, all the 4 items are picked-up at the same time (where pyMinimumDateTime for processing are same for all the picked-up items). However, I need to have a minimum delay in processing those items (say a delay of 2000 ms).
Is there any way to set a delay processing agent items running in a multi-node environment?
Best regards
Suradip