aritra24 commented on code in PR #53860:
URL: https://github.com/apache/airflow/pull/53860#discussion_r2239013404


##########
dev/breeze/src/airflow_breeze/utils/parallel.py:
##########
@@ -374,19 +374,26 @@ class SummarizeAfter(Enum):
 
 def check_async_run_results(
     results: list[ApplyResult],
-    success: str,
+    success_message: str,
     outputs: list[Output],
     include_success_outputs: bool,
     poll_time_seconds: float = 0.2,
     skip_cleanup: bool = False,
     summarize_on_ci: SummarizeAfter = SummarizeAfter.NO_SUMMARY,
     summary_start_regexp: str | None = None,
+    terminated_on_timeout: bool = False,
 ):
     """
-    Check if all async results were success. Exits with error if not.
+    Check if all async results were success.
+
+    Exits with error if not:

Review Comment:
   Nit: I think it should be "Exits with error if: ..." 



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