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

Head commit for run:
9354632548938284da30ec3be0338e42aafcf8a0 / 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/28814618914

With regards,
GitHub Actions via GitBox


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

Reply via email to