Taragolis commented on issue #39680:
URL: https://github.com/apache/airflow/issues/39680#issuecomment-2117549402

   This one use in mini scheduler mechanism, which might fail and it is fine 
and by design, this just an optimisation mechanism.
   It might also tried to work concurrently, so the idea (as I could 
understand) it try to obtain row lock level lock and if it failed 
([EAFP](https://docs.python.org/3/glossary.html#term-EAFP)) than other 
mini-scheduler already care about it.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to