Question
Pega Systems
IN
Last activity: 13 Dec 2017 9:58 EST
Handling scheduled agent down time
We have a requirement where we use an agent to load data from legacy source periodically.
Lets say - Agent1 runs for every 60min to load new data from a DB table from Legacy system which we cannot edit. (read only access)
If the DB was down for 80 min (from previous agent run) for some reason, How Agent1 will be able to load that data for the 20 min?
Is there a design pattern for this? Is it right to maintain a property that keeps track of the last successful run and allow agent based on that?
***Edited by Moderator Marissa to update categories***