Connector Task Restart Policy Args
data class ConnectorTaskRestartPolicyArgs(val maximumBackoff: Output<String>? = null, val minimumBackoff: Output<String>? = null) : ConvertibleToJava<ConnectorTaskRestartPolicyArgs>
Properties
Link copied to clipboard
The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Link copied to clipboard
The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".