You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/03/09 10:28:32 UTC

[GitHub] [airflow] uranusjr opened a new pull request, #29992: Use custom Connexion resolver to load lazily

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr merged pull request #29992: Use custom Connexion resolver to load lazily

Posted by "uranusjr (via GitHub)" <gi...@apache.org>.
uranusjr merged PR #29992:
URL: https://github.com/apache/airflow/pull/29992


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr commented on pull request #29992: Use custom Connexion resolver to load lazily

Posted by "uranusjr (via GitHub)" <gi...@apache.org>.
uranusjr commented on PR #29992:
URL: https://github.com/apache/airflow/pull/29992#issuecomment-1462585769

   Hmm I think Connexion has some troubles introspecting.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org