github-actions[bot] opened a new pull request, #72801: URL: https://github.com/apache/airflow/pull/72801
breeze start-airflow hashes the UI directories before every start to decide whether the assets need rebuilding. The hash excluded node_modules but not .pnpm-store, and it listed and resolved every path under both before filtering. With a 763 MB store this added 16 to 30 seconds of "Still waiting" to every start with no changes. Pruning both directories during the walk brings the check down to well under a second. (cherry picked from commit a29cd6c881cf525203cb68a40ce0768a5c2379d7) Co-authored-by: Andrew Chang <[email protected]> -- 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]
