Advanced Agent/job scheduler -Retry mechanism in case of API errors
Hi,
Greetings. I have a requirement to retry the logic in case third party API returns errors which are transient. The activity has to be run nightly so i want to configure a Job scheduler. As this will not be part of any process flow, this just inserts records to a reference table. Regarding error handling there is a requirement to retry for 3 times with a wait of 60 secs per each retry. One way to do is to configure the wait within the activity but just wondering if there are any best alternatives to this approach?
Regards,
Bharat