You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/03 10:28:29 UTC

[GitHub] [airflow] inytar commented on a change in pull request #6606: [AIRFLOW-6014] - handle pods which are preempted and deleted by kuber…

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

 ##########
 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:
   `event` needs to be passed through here.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services