The GitHub Actions job "Tests (AMD)" on 
airflow.git/scheduler-partition-cap-visibility has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
e3841ec4a529fd9dde76f37cbb8221045924e1ce / Wei Lee <[email protected]>
Log and audit when the partitioned Dag run per-tick cap is reached

Emits a scheduler warning on every tick the cap is hit, plus a single
`partition dag run cap reached` audit Log row per backlog episode.

The audit row is written through `create_session(scoped=False)` so the
caller's `@retry_db_transaction` rollback cannot discard it; it must stay
ahead of any other write in the tick or the extra connection can
lock-contend on SQLite.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to