wait_for_cluster | R Documentation |
Wait for a Redshift cluster to have a certain status
wait_for_cluster(id, sleep = 2, status_target = "available")
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" |
nothing, exits if there's an error, or if the while loop completes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.