kaxil commented on issue #55768: URL: https://github.com/apache/airflow/issues/55768#issuecomment-3356837438
Yeah API-server also uses the same DagBag object I mentioned which is unbounded right now and continuously grows. We should fix it with a proper cache -- Jed & I have some ideas on how to do it without impacting performance or cause cache trash. But some comments above suggests that there could be more than just DagBag (with dag versions + dag serialization) causing higher memory! -- 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]
