QP Hou created AIRFLOW-5038: ------------------------------- Summary: Pod deleted message is shown incorrectly when pod deletion is disabled Key: AIRFLOW-5038 URL: https://issues.apache.org/jira/browse/AIRFLOW-5038 Project: Apache Airflow Issue Type: Bug Components: scheduler Affects Versions: 2.0.0 Reporter: QP Hou Assignee: QP Hou
When `delete_worker_pods` is set to False, scheduler still logs this line: `self.log.info('Deleted pod: %s', str(key))`, which is incorrect and confusing. -- This message was sent by Atlassian JIRA (v7.6.14#76016)