Ixxerja permezz ta’


DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration interface

Dapr Component Resiliency Policy HTTP Retry Backoff Configuration.

Properties

initialDelayInMilliseconds

The optional initial delay in milliseconds before an operation is retried

maxIntervalInMilliseconds

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