ashb opened a new pull request, #28542: URL: https://github.com/apache/airflow/pull/28542
We don't do anything fancy in any of them that wouldn't work across multiple processes. By default/as invoked right now this makes no difference to performance, but if we add `-j auto` it shaves about 30s off a clean docs build for the main project. (~2m40s down to ~2m10s) This change is part of a prep work on investigating ways of speeding up the docs build -- in a future PR I'll investigate if it makes sense to set `-j auto` on CI (probably not, as we already parallelise the builds across multiple providers) or locally (likely, at least in the case when a package filter is provided) -- 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]
