Pipeline Retry Policy Args
data class PipelineRetryPolicyArgs(val maxAttempts: Output<Int>? = null, val maxRetryDelay: Output<String>? = null, val minRetryDelay: Output<String>? = null) : ConvertibleToJava<PipelineRetryPolicyArgs>
Properties
Link copied to clipboard
The maximum number of delivery attempts for any message. The value must be between 1 and 100. The default value for this field is 5.
Link copied to clipboard
The maximum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 60.
Link copied to clipboard
The minimum amount of seconds to wait between retry attempts. The value must be between 1 and 600. The default value for this field is 5.