Views:

Behavior:
You have an application that uses the API, and are experiencing transient-fault issues with it intermittently. 

Solution:
When experiencing intermittent transient fault issues while using the API with your application, a powerful solution to consider is Retry Policies. This approach is powerful since can determine the number of retries, the delay between the retries, and the exponential backoff. 

This approach proactively handles issues as they arise, ensuring the application's reliability. 

Example libraries to consider for Retry Policies can be found here: Polly

An example project on how this can be implemented can be found in our GitHub page

KBA applicable for both Cloud and On-premise Organizations.