uranusjr opened a new pull request, #29721:
URL: https://github.com/apache/airflow/pull/29721

   Currently serde loads all possible classes on initialization, including any 
possible modules. This includes numpy and kubernetes, which are notoriously 
slow, even if they are never used.
   
   Instead of relying on actually loading modules, this new mechanism only 
initializes a collection of strings at startup, and only loads relevant 
serialization modules when needed. This should greatly improve startup 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]

Reply via email to