Namespace Umbraco.Cms.Infrastructure.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.