The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/66726-backfill-sqlite-lock-error has failed.
Run started by GitHub user lohitkolluri (triggered by potiuk).

Head commit for run:
f49dd63c79d7d55c69b424491943901c2da58465 / Lohit Kolluri 
<[email protected]>
API: Return 503 when SQLite locks during backfill creation

SQLite backfill creation via the REST API could return HTTP 500 and leave
an orphan Backfill row when the scheduler and API server contend for the
database, blocking retries with 409. Map lock errors to HTTP 503 with a
clear message and clean up partial DagRuns and TaskInstances so users can
retry against a clean slate.

Signed-off-by: Lohit Kolluri <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to