Interface protos.google.cloud.tasks.v2.IRetryConfig (2.3.6)

Properties of a RetryConfig.

Package

@google-cloud/tasks!

Properties

maxAttempts

maxAttempts?: (number|null);

RetryConfig maxAttempts

Property Value
TypeDescription
(number|null)

maxBackoff

maxBackoff?: (google.protobuf.IDuration|null);

RetryConfig maxBackoff

Property Value
TypeDescription
(google.protobuf.IDuration|null)

maxDoublings

maxDoublings?: (number|null);

RetryConfig maxDoublings

Property Value
TypeDescription
(number|null)

maxRetryDuration

maxRetryDuration?: (google.protobuf.IDuration|null);

RetryConfig maxRetryDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

minBackoff

minBackoff?: (google.protobuf.IDuration|null);

RetryConfig minBackoff

Property Value
TypeDescription
(google.protobuf.IDuration|null)