potiuk commented on PR #56044:
URL: https://github.com/apache/airflow/pull/56044#issuecomment-3426221019

   > Therefore, only the scheduler when using Local Executor, which falls under 
case 3, requires verification. However, since all queries executed in the main 
process (scheduler) are performed synchronously, it's evident that no race 
condition exists. Ultimately, I understand you're saying that concerns about 
race conditions in this case are not warranted within the Airflow system.
   
   Yep. Exactly. Also I think we should verify all the above assumptions - I am 
not 100% if everything I wrote is correct. There are some things added recently 
- the internal api server in Dag processor and triggerer, also Airlfow orm 
initialization **might** happen in the Dag Processor and triggerer by importing 
stuff - somewhat accidentally - so I think some more checking should be done to 
verify if the scenarios i described are 100% correct.
   


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