ConnectRetryWaitTime
Specifies the number of seconds the provider waits before retrying a connection request.
Data Type
string
Default Value
"-1"
Remarks
The ConnectRetryWaitTime property controls how long the connector waits before retrying when Databricks responds that a cluster is starting or temporarily unavailable.
When this property is set to a positive integer, the connector waits that number of seconds before each retry attempt. Typical values range from 30 to 60 seconds.
When this property is set to -1, the retry feature is disabled.
This property is useful for improving connection reliability when clusters may take time to start or resume in Databricks.