potiuk commented on PR #36332:
URL: https://github.com/apache/airflow/pull/36332#issuecomment-1866236354

   > > How do you plan to tackle backwards compatibilty. Imagine you are 
upgrading Airflow and thera are long running Pods still running being adopted 
by the new Airflow with limited length/ What is your plan to do with it?
   > 
   > K8s executor does not use the pod name to adopt previous TIs, it uses the 
`queued_by_job_id` field instead:
   > 
   > 
https://github.com/apache/airflow/blob/73cd0d5f8e99f93d2ff90a7cca04e6cdf086c359/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py#L581
   
   Cool


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