Configure API fault handling
To specify how the module handles Experience Edge API errors, use the following settings:
-
To specify the maximum number of times to retry an operation after transient faults, use the
ExperienceEdge.DeliveryEndpoint.TransientFailureRetryCountsetting. -
To specify the amount of time to wait before an operation that led to a transient fault should be retried, use the
ExperienceEdge.DeliveryEndpoint.TransientFailureSleepTimesetting. -
To specify the maximum number of connection attempts before the endpoint is marked unavailable and fails subsequent operations immediately, use the
ExperienceEdge.DeliveryEndpoint.CircuitBreakerAttemptsBeforeBreaksetting. -
To specify the amount of time to wait before testing the unavailable endpoint connectivity status, use the
ExperienceEdge.DeliveryEndpoint.CircuitBreakerDurationOfBreaksetting.