pierrejeambrun commented on code in PR #67900:
URL: https://github.com/apache/airflow/pull/67900#discussion_r3506488380


##########
airflow-core/newsfragments/67900.bugfix.rst:
##########
@@ -0,0 +1 @@
+Backfill creation via the REST API now returns HTTP 503 with a clear retry 
message when the SQLite database is locked under concurrent access (for example 
in ``airflow standalone`` with the scheduler, dag-processor, and API server 
sharing one database), instead of HTTP 500 with an opaque stack trace. The 
partial backfill state is also cleaned up when the database lock fires during 
DagRun inserts, so a subsequent retry does not hit a stale 409 ``There is 
already a running backfill for this Dag`` against an orphan ``Backfill`` row.

Review Comment:
   To remove



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to