Difference between pyMinimumAgeForProcessing and pyMinimumDateTimeForProcessing
HI,
I am creating a queue page & settting a particular future date as the pyMinimumDateTimeForProcessing. I wish to increase the number of attempts to more than one. But the difference between first attempt & subsequent attempts should be 60 seconds. Also, of what I know, it checks the pyMinimumAgeForProcessing before processing each time. So if I set both these properties which one will decide the Minimum time after which the Agent processes it for first time? Best way to implement the requirement?