dirrao commented on code in PR #37998:
URL: https://github.com/apache/airflow/pull/37998#discussion_r1521811359


##########
airflow/providers/cncf/kubernetes/operators/job.py:
##########
@@ -135,6 +144,18 @@ def execute(self, context: Context):
         ti.xcom_push(key="job_name", value=self.job.metadata.name)
         ti.xcom_push(key="job_namespace", value=self.job.metadata.namespace)
 
+        if self.wait_job_until_complete:

Review Comment:
   what happens if the job is suspended externally? are we going to wait 
indefinitely? Or can we have wait timeout?



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