Skip to content

wait_for_cluster()

Blocks until a cluster is ready for sessions.

wait_for_cluster(name=None, ...)

Description

This function blocks until a cluster is ready for sessions, if the cluster is either creating or updating. If cluster creation fails or the cluster is terminated, a message is printed out, and the function returns.

Required Parameters

name (str)

Name of cluster to wait for.