This post outlines the ways to configure retries for provisioning and aggregation. Based on the post, I have a few questions:
-
I’m looking for an API (public or internal) which can show provisioning retries and the result of those retries for specific access requests. I’m not sure such APIs exist so if you have any insight into this, please do let me know.
-
If you have any experience developing retry mechanisms in ISC for any source type, do let me know how you test and track whether the retries work as expected.
- In my case, I’m attempting to retry 3 times for timeout errors, and to do so I’m considering changing the provisioningTimeout value from 60 secs down to something like 10 secs, so that I can increase the likelihood of timeout (by waiting inside the connector provisioning rule on purpose).
- Is there a way I can see how many times the provisioning failed and was retried? I’m considering using Search APIs to find events/account activities for an access request, but if there is an easier way, I’d love to hear your thoughts.