ferruzzi commented on code in PR #62413:
URL: https://github.com/apache/airflow/pull/62413#discussion_r2848546424


##########
providers/amazon/tests/system/amazon/aws/example_redshift.py:
##########
@@ -220,6 +220,7 @@
     )
     # [END howto_operator_redshift_delete_cluster]
     delete_cluster.trigger_rule = TriggerRule.ALL_DONE
+    delete_cluster.max_attempts = 50

Review Comment:
   Non-blocking:  I wonder if there's some eventual quota we'd hit this way; 
maybe we'll need to add a retry_delay at some point.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to