Skip to content

Commit

Permalink
Push dummy commit to test CI (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti authored May 17, 2022
1 parent 274ba19 commit bcc2b29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def delete_redshift_cluster_snapshot_callable() -> None:
logging.exception("Error when deleting the cluster")
raise

# Introduce sleep to wait for the cluster to be available back after snapshot activity before proceeding on to the
# downstream task.
# Introduce sleep to wait for the cluster to be available back after snapshot activity before proceeding on to
# the downstream task.
while get_cluster_status() != "available":
logging.info("Waiting for cluster to be available. Sleeping for 30 seconds.")
time.sleep(30)
Expand Down

0 comments on commit bcc2b29

Please sign in to comment.