Package version:

Interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration

Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.

interface DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration {
    initialDelayInMilliseconds?: number;
    maxIntervalInMilliseconds?: number;
}

Properties

initialDelayInMilliseconds?: number

The optional initial delay in milliseconds before an operation is retried

maxIntervalInMilliseconds?: number

The optional maximum time interval in milliseconds between retry attempts