ashb commented on code in PR #42005:
URL: https://github.com/apache/airflow/pull/42005#discussion_r1797105266


##########
airflow/models/baseoperator.py:
##########
@@ -909,6 +909,7 @@ def __init__(
         task_display_name: str | None = None,
         logger_name: str | None = None,
         allow_nested_operators: bool = True,
+        call_on_kill_on_dagrun_timeout: bool = True,

Review Comment:
   Is there any context/previous discussion about this?
   
   The reason I ask is that I'm wary of adding yet more options of ways things 
can run
   



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