Properties of a RetryConfig.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
maxAttempts |
number | null |
<optional> |
RetryConfig maxAttempts |
unlimitedAttempts |
boolean | null |
<optional> |
RetryConfig unlimitedAttempts |
maxRetryDuration |
google.protobuf.IDuration | null |
<optional> |
RetryConfig maxRetryDuration |
minBackoff |
google.protobuf.IDuration | null |
<optional> |
RetryConfig minBackoff |
maxBackoff |
google.protobuf.IDuration | null |
<optional> |
RetryConfig maxBackoff |
maxDoublings |
number | null |
<optional> |
RetryConfig maxDoublings |