amoghrajesh commented on PR #67118: URL: https://github.com/apache/airflow/pull/67118#issuecomment-4518724396
And regarding KPO, it is worth noting that `task_state` could still improve KPO's resume mechanism — today it searches by labels (a K8s list+filter operation). With `task_state`, the pod name is stored on launch and retrieved directly by name on retry, very quick lookup vs a label scan everytime, and no ambiguity from stale pods. That is a separate follow-up, not this PR. The broader point being: `task_state` is useful beyond crash recovery — it's a general "remember what you submitted" store that benefits any operator tracking external jobs -- 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]
