Skip to content

Commit ad11f4c

Browse files
committed
ci(providers/amazon): extend max_attempts for resume_redshift_cluster to 20
1 parent 0bb0a58 commit ad11f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astronomer/providers/amazon/aws/example_dags/example_redshift_cluster_management.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def check_dag_status(**kwargs: Any) -> None:
9898
task_id="resume_redshift_cluster",
9999
cluster_identifier=REDSHIFT_CLUSTER_IDENTIFIER,
100100
aws_conn_id=AWS_CONN_ID,
101+
max_attempts=20,
101102
)
102103
# [END howto_operator_redshift_resume_cluster_async]
103104

0 commit comments

Comments
 (0)