Closed
Can we be able to Fire an Agent Every Second
Can we schedule an Agent which will be fire every second.
What I understand is the minimum time which we can configure is 5 Seconds through a scheduler !
But is there a way arround so that we can trigger the agent every second ?
Running the agent for every second will be huge impact on the performance of the application. That is why pega recommends atleast 5 seconds of minimum interval.
May be you can give a try setting the environment variable to 1 sec in prconfig.xml like
<env name="agent/minimumwakeup" value="1" />