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 2018/12/02 18:33:40 UTC

[GitHub] skudriashev commented on a change in pull request #4268: [AIRFLOW-3412] Fix kubernetes executor to delete pods after termination

skudriashev commented on a change in pull request #4268: [AIRFLOW-3412] Fix kubernetes executor to delete pods after termination
URL: https://github.com/apache/incubator-airflow/pull/4268#discussion_r238109061
 
 

 ##########
 File path: airflow/contrib/executors/kubernetes_executor.py
 ##########
 @@ -347,7 +347,8 @@ def run_next(self, next_job):
             pod_id=self._create_pod_id(dag_id, task_id),
             dag_id=dag_id, task_id=task_id,
             execution_date=self._datetime_to_label_safe_datestring(execution_date),
-            airflow_command=command, kube_executor_config=kube_executor_config
+            airflow_command=command, kube_executor_config=kube_executor_config,
+            try_number=str(try_number)
 
 Review comment:
   Please, keep trailing comma.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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