mjsqu commented on code in PR #33712:
URL: https://github.com/apache/airflow/pull/33712#discussion_r1306098314


##########
airflow/providers/amazon/aws/operators/ecs.py:
##########
@@ -476,7 +476,7 @@ def __init__(
         number_logs_exception: int = 10,
         wait_for_completion: bool = True,
         waiter_delay: int = 6,
-        waiter_max_attempts: int = 100,
+        waiter_max_attempts: int = sys.maxsize, # Unless specified timeout is 
managed by airflow

Review Comment:
   Changelog note added 
[456ee50](https://github.com/apache/airflow/pull/33712/commits/456ee504884b21a94be52788501de1dba0e5bb02)
   
   Unsure of the best way to refer back to the original PR that I am partially 
reverting, I trust you'll properly format the Changelog message when it comes 
to release time. TIA.



-- 
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