Crowiant commented on code in PR #49899:
URL: https://github.com/apache/airflow/pull/49899#discussion_r2159689072
##########
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:
Hello @steinwaywhw thank you for your review! Here I totally agree with you.
Set the policy to Foreground and add updated doc string
--
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]