atrbgithub commented on a change in pull request #6606: [AIRFLOW-6014] - handle 
pods which are preempted and deleted by kuber…
URL: https://github.com/apache/airflow/pull/6606#discussion_r392819176
 
 

 ##########
 File path: airflow/executors/kubernetes_executor.py
 ##########
 @@ -334,10 +334,15 @@ def process_error(self, event: Any) -> str:
             (raw_object['reason'], raw_object['code'], raw_object['message'])
         )
 
+
     def process_status(self, pod_id: str, status: str, labels: Dict[str, str], 
resource_version: str) -> None:
 
 Review comment:
   @inytar thanks for this, I've pushed a commit to include it. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to