AbarnaaSree commented on issue #72937: URL: https://github.com/apache/airflow/issues/72937#issuecomment-5643885665
Hi @adrian-edbert, I’d like to investigate and work on this issue. The repeated `get_application_builder()` calls triggering `init_appbuilder()` and potentially retaining application-related objects in memory looks like an important issue, especially given the reported memory growth under repeated API requests. I’d like to first trace the current caching and application-builder lifecycle in the FAB provider and add a regression test that reproduces the repeated initialization behavior. Based on that, I can work on the smallest fix that avoids unnecessary initialization while preserving the existing behavior. If this approach sounds reasonable, I’d be happy to submit a PR. -- 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]
