wait_for_cluster: Wait for a Redshift cluster to have a certain status

wait_for_clusterR Documentation

Wait for a Redshift cluster to have a certain status

Description

Wait for a Redshift cluster to have a certain status

Usage

wait_for_cluster(id, sleep = 2, status_target = "available")

Arguments

id

(character) an RDS instance identifier, or a Redshift cluster identifier. required

sleep

(integer/numeric) number of seconds to wait between checks of the cluster status (i.e., http requests)

status_target

(character) status to wait for. default: "available"

Value

nothing, exits if there's an error, or if the while loop completes


sixtyfour documentation built on April 3, 2025, 8:22 p.m.