uranusjr opened a new pull request, #29992: URL: https://github.com/apache/airflow/pull/29992
Connexion eagerly loads all the endpoints on startup, which can be costly even if an endpoint is never called. This delays the actual import with a lazy reference that resolves only when Connexion tries to call that endpoint function the first time. -- 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]
