IRetryConfig

google.cloud.tasks.v2. IRetryConfig

Properties of a RetryConfig.

Properties:
Name Type Attributes Description
maxAttempts number | null <optional>

RetryConfig maxAttempts

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