The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
51f2e13627f7060b46bb009ed649595a9ded1591 / Tzu-ping Chung <[email protected]>
Avoid importing executor during conf validation

Loading an executor is heavy work that is only needed in a scheduler.
We should avoid doing that.

This moves the validation to when the executor is actually loaded; this
slightly degrades the UX when there's an invalid configuration (the
scheduler fails later), but the gain is worthwhile IMO. For the
webserver, for example, the startup time of a "bare" Airflow installation
(no providers or plugins) is down >25% on my machine (roughly 8s to 6s).

Report URL: https://github.com/apache/airflow/actions/runs/4192579837

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to