dabla commented on issue #45930: URL: https://github.com/apache/airflow/issues/45930#issuecomment-2607756533
> > but now we can assume this is a generic issue related to database connections. So yes it's weird that worker doesn't get killed. > > I am not sure it explains it. Airflow runs a process (that happens to be database connection) Airflow should be able to kill the process. The fact that the issue happens for Sql but not for Python is really odd. From the description it sounds like something is blocking the schedule from killing the task (because it tried to kill it after its finished). I think that the issue is with the scheduler itself. Question, at least for me, is how do you debug something like this? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org