Connector Task Restart Policy
data class ConnectorTaskRestartPolicy(val maximumBackoff: String? = null, val minimumBackoff: String? = null)
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".