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

Head commit for run:
8cb998b861b7fa33193e7245e854a1d0a8b2e235 / Tzu-ping Chung <[email protected]>
Delay ConnectionModelView init until it's accessed

This removed the "lazy" initialization of ConnectionModelView (and
ConnectionForm used by it) that happens when the webserver first
launches, and moves the corresponding logic to until the view is
actually being accessed.

This further delays the provider manager from loading connection form
widgets until the last possible moment and speeds up the webserver's
startup sequence.

While this does make the connection form view a bit slower (only the
first time since the result is cached), the slowdown should not be as
noticeable since the provider manager should generally be partially
loaded into memory at that point.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to