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 2023/01/11 07:34:24 UTC

[GitHub] [airflow] dstandish commented on a diff in pull request #28844: Annotate KubeExecutor pods that we don't delete

dstandish commented on code in PR #28844:
URL: https://github.com/apache/airflow/pull/28844#discussion_r1066657098


##########
airflow/executors/kubernetes_executor.py:
##########
@@ -52,6 +52,7 @@
 from airflow.utils.state import State
 
 ALL_NAMESPACES = "ALL_NAMESPACES"
+POD_DONE_KEY = "airflow_done"

Review Comment:
   just to shed it up...
   
   "executor_done" or "do_not_adopt"



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org