DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration interface
Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.
Properties
| initial |
The optional initial delay in milliseconds before an operation is retried |
| max |
The optional maximum time interval in milliseconds between retry attempts |
Property Details
initialDelayInMilliseconds
The optional initial delay in milliseconds before an operation is retried
initialDelayInMilliseconds?: number
Property Value
number
maxIntervalInMilliseconds
The optional maximum time interval in milliseconds between retry attempts
maxIntervalInMilliseconds?: number
Property Value
number