ConnectRetryWaitTime Parameter (Connect-Databricks Cmdlet)
This property specifies the number of seconds to wait prior to retrying a connection request.
Syntax
Connect-Databricks -ConnectRetryWaitTime string
Data Type
cstr
Default Value
"-1"
Remarks
This property only applies to the following case: when attempting to establish a connection to the Databricks cluster, you receive the response 'HTTP response with error code 503: The Cluster is starting'.
Specify a reasonable positive integer value to enable this feature, generally 30-60 (seconds).
The default value of '-1' disables this feature.
Specify the maximum number of retries with MaximumRequestRetries.