steinwaywhw commented on code in PR #49899:
URL: https://github.com/apache/airflow/pull/49899#discussion_r2136430925


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/job.py:
##########
@@ -101,6 +101,7 @@ def __init__(
         wait_until_job_complete: bool = False,
         job_poll_interval: float = 10,
         deferrable: bool = conf.getboolean("operators", "default_deferrable", 
fallback=False),
+        on_kill_propagation_policy: str = "Background",

Review Comment:
   the old behavior is to call `super().onkill()` to delete the pod, which 
seems to be the same behavior as setting the propagation policy to 
"Foreground", i.e. immediately delete pods that belong to the job. 



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