monroeclinton commented on PR #60216:
URL: https://github.com/apache/airflow/pull/60216#issuecomment-3893810168

   Thanks for @dstandish pointing out that `DagRun` has a unique constraint 
that we can use. For backfills running at the same time, one `BackfillDagRun` 
will run and the other will get marked as 
`BackfillDagRunExceptionReason.IN_FLIGHT` and not run. There shouldn't be any 
need for checking overlaps, I removed this code.


-- 
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