Interface protos.google.cloud.tasks.v2beta3.IRetryConfig (3.1.2)

Properties of a RetryConfig.

Package

@google-cloud/tasks

Properties

maxAttempts

maxAttempts?: (number|null);

RetryConfig maxAttempts

maxBackoff

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

RetryConfig maxBackoff

maxDoublings

maxDoublings?: (number|null);

RetryConfig maxDoublings

maxRetryDuration

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

RetryConfig maxRetryDuration

minBackoff

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

RetryConfig minBackoff