Namespace Umbraco.Core.Persistence.FaultHandling.Strategies
Classes
ExponentialBackoff
A retry strategy with back-off parameters for calculating the exponential delay between retries.
FixedInterval
A retry strategy with a specified number of retry attempts and a default fixed time interval between retries.
Incremental
A retry strategy with a specified number of retry attempts and an incremental time interval between retries.
NetworkConnectivityErrorDetectionStrategy
Implements a strategy that detects network connectivity errors such as host not found.
SqlAzureTransientErrorDetectionStrategy
Provides the transient error detection logic for transient faults that are specific to SQL Azure.