Interface protos.google.cloud.scheduler.v1beta1.IRetryConfig (2.2.6)

Properties of a RetryConfig.

Package

@google-cloud/scheduler!

Properties

maxBackoffDuration

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

RetryConfig maxBackoffDuration

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)

minBackoffDuration

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

RetryConfig minBackoffDuration

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

retryCount

retryCount?: (number|null);

RetryConfig retryCount

Property Value
TypeDescription
(number|null)