Transient exceptions are a common occurance in the cloud based applications. Most of these temporary faults are self-healing and could succeed when triggered with a slight delay. Some of the common transient errors include momentary loss of connectivity to services, a busy database server that throttle requests to ease off workloads. Ideally an application which … Continue reading Retry Pattern