The GitHub Actions job "Tests (AMD)" on 
airflow.git/batch-dag-run-info-lookups-in-parse-loop has failed.
Run started by GitHub user steveahnahn (triggered by steveahnahn).

Head commit for run:
aab7467ff6d2c0a355b26f7200120496e2c458fd / Steve Ahn 
<[email protected]>
Resolve parse-batch run info with a constant number of queries

Updating parse results resolves each Dag's latest run and active-run
count individually, issuing two queries per Dag per parse batch. For
Dag-factory files that generate tens to hundreds of Dags from a single
file this multiplies into hundreds of point queries against dag_run on
every re-parse interval, in every deployment using that pattern.

Resolve the whole batch with one latest-run query per timetable kind
plus one active-run count query. A batch with a single schedulable Dag
- the common one-Dag-per-file case that motivated resolving Dags
individually - keeps issuing exactly the same queries as before.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to