dstandish opened a new pull request #19662: URL: https://github.com/apache/airflow/pull/19662
There are times, particularly as we incomporate more deferrable operators, when the on_kill logic would benefit from access to the airflow context. For example in the kubernetes context we might need to use context information to look up the pod name. Having context available in on_kill frees us from having to ensure in all possible entrypoints that we set instance attributes that on_kill would need in order to do a proper cleanup. -- 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]
