hussein-awala commented on code in PR #33712:
URL: https://github.com/apache/airflow/pull/33712#discussion_r1306727029
##########
airflow/providers/amazon/aws/operators/ecs.py:
##########
@@ -665,7 +665,6 @@ def _wait_for_task_ended(self) -> None:
return
waiter = self.client.get_waiter("tasks_stopped")
- waiter.config.max_attempts = sys.maxsize # timeout is managed by
airflow
Review Comment:
The failed check was not valid after removing this line.
--
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]