o-nikolas commented on code in PR #31838:
URL: https://github.com/apache/airflow/pull/31838#discussion_r1226937588


##########
airflow/providers/amazon/aws/operators/ecs.py:
##########
@@ -506,25 +515,24 @@ def execute(self, context, session=None):
 
     @AwsBaseHook.retry(should_retry_eni)
     def _start_wait_check_task(self, context):
-
         if not self.arn:
             self._start_task(context)
 
+        if not self.wait_for_completion:
+            return
+

Review Comment:
   Whatever logs users were getting for the short period of time without a 
wait_for_completion they will no longer get. So we're calling it a bug fix with 
no deprecation?



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