Class RetryOptions
Configuration for request retry options.
Inheritance
System.Object
RetryOptions
Namespace: Den.Dev.Grunt.Models.ApiIngress
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
public class RetryOptions
Constructors
Name | Description |
---|---|
RetryOptions() |
Properties
Name | Description |
---|---|
MaxRetryCount | Gets or sets the maximum number of retries before failing. |
RetryDelayMs | Gets or sets the retry delay, in milliseconds. |
RetryGrowth | Gets or sets the retry growth rate for exponential back-off (presumably). |
RetryIfNotFound | Gets or sets whether retry should be attempted if the resource is not found. |
RetryJitterMs | Gets or sets the retry jitter value, in milliseconds. |