LinearBackoff

The task will be retried from the failed task onwards after a fixed delay that linearly increases with each retry attempt. A jitter is added to each exponential interval so that concurrently failing tasks of the same type do not end up retrying after the exact same exponential interval. A max-retry count is required to be specified with this strategy. max_retries and interval_in_seconds must be specified.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIntegrationsV1alphaFailurePolicyRetryStrategy

Properties

Link copied to clipboard
val javaValue: GoogleCloudIntegrationsV1alphaFailurePolicyRetryStrategy
Link copied to clipboard
Link copied to clipboard