nagasrisai commented on PR #69960: URL: https://github.com/apache/airflow/pull/69960#issuecomment-5181231558
Hey @stephen-bracken, that's a fair point — lowering the log level is a surface-level fix rather than addressing the root cause. I was seeing the 'DAG bundles loaded' message repeat on every scheduler heartbeat in my setup and went for the quick win, but you're right that we should understand *why* it's firing repeatedly before just hiding it. Do you have any pointers on where to look? My suspicion is that the bundle refresh check isn't short-circuiting when nothing has changed, but I haven't tracked down where the repeated call originates yet. Happy to dig into it properly if you can point me in the right direction. -- 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]
