jedcunningham opened a new pull request, #46261: URL: https://github.com/apache/airflow/pull/46261
In the bundle refresh loop, we can call `get_current_version` a lot less often, as 1) we can skip it for bundles that do not support versioning and 2) for those that do, we already know the version from the last time we refreshed! Since this is a local call, this isn't a huge gain. But every little bit helps. Trying this again, 3rd times the charm, as #45999 was reverted in #46037, and #46100 was reverted in #46221 🙃 -- 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]
