title | summary | component | reviewed | related | ||
---|---|---|---|---|---|---|
Configure immediate retries |
Shows how to configure immediate retries which happen as a first stage of the default recoverability behavior. |
Core |
2023-11-30 |
|
Note
In order to get full control over Immediate Retries it is possible to override the default Recoverability Policy.
Warning
Immediate Retries cannot be used when transport transactions are disabled.
NumberOfRetries
: Number of times Immediate Retries are performed. Default: 5.
snippet: ImmediateRetriesConfiguration
snippet: DisablingImmediateRetriesConfiguration
Note
Configuration through app.config, IProvideConfiguration
or ConfigurationSource
is not available in Versions 6 and above.