vandonr-amz commented on code in PR #32683:
URL: https://github.com/apache/airflow/pull/32683#discussion_r1268536999
##########
airflow/providers/amazon/aws/triggers/ecs.py:
##########
@@ -173,6 +173,7 @@ async def run(self) -> AsyncIterator[TriggerEvent]:
)
# we reach this point only if the waiter met a success
criteria
yield TriggerEvent({"status": "success", "task_arn":
self.task_arn})
+ return
Review Comment:
similar problem as the one discussed above here. I'm fixing it in this PR
because it's tiny, but I can do a separate PR as well if you think it's better.
--
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]