Skip to content

Commit

Permalink
ci(providers/amazon): extend max_attempts for resume_redshift_cluster…
Browse files Browse the repository at this point in the history
… to 50 (#1456)
  • Loading branch information
Lee-W authored Jan 24, 2024
1 parent 12cc4a7 commit 8f52697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_dag_status(**kwargs: Any) -> None:
task_id="resume_redshift_cluster",
cluster_identifier=REDSHIFT_CLUSTER_IDENTIFIER,
aws_conn_id=AWS_CONN_ID,
max_attempts=20,
max_attempts=50,
)
# [END howto_operator_redshift_resume_cluster_async]

Expand Down

0 comments on commit 8f52697

Please sign in to comment.