tirkarthi commented on pull request #22613: URL: https://github.com/apache/airflow/pull/22613#issuecomment-1086817405
I have opened https://github.com/astronomer/airflow/pull/1486 that brings the performance in line with argparse by using local imports since top-level imports can be heavy when subcommands are registered. | implementation | startup time (seconds) | imports | |---|---|---| | argparse | 0.686 | 614 | | current | 2.327 | 2763 | | PR | 0.671 | 641 | -- 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]
