FixedInterval

The task will be retried from the failed task onwards after a fixed delay. A max-retry count is required to be specified with this strategy. 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. max_retries and interval_in_seconds must be specified.

Properties

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

Functions

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