Record: RetryConfiguration
Configurations for facilitating the retry capability of the gRPC client.
Closed record
Fields
- retryCount int
- interval decimal
- maxInterval decimal
- backoffFactor decimal
- errorTypes ErrorType[ ](default defaultErrorTypes)
Maximum number of retry attempts in a failure scenario
Initial interval(in seconds) between the retry attempts
Maximum interval(in seconds) between two retry attempts
Retry interval will be multiplied by this factor, in between retry attempts
Error types which should be considered as failure scenarios to retry