kaxil commented on pull request #14792: URL: https://github.com/apache/airflow/pull/14792#issuecomment-799799077
(the questions below are mostly queries not comments :) ) I am just trying to understand the `__del__` method here. When will it be called? Only during gc or when killing the process? and since we aren't ending the `self.executor` in `__del__`, how does this PR replace https://github.com/apache/airflow/pull/14085 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
