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

   There is a chance It's going to be green @jscheffl @vincbeck @dstandish -> I 
have to do a few more "manual" tests but I think that one is a complete 
"Internal_api" implementation for standalone dag file processor.
   
   It can be easily tested with breeze:
   
   `breeze start-airflow --load-example-dags --load-default-connections 
--executor CeleryExecutor --standalone-dag-processor --database-isolation`
   
   Also without isolation:
   
   `breeze start-airflow --load-example-dags --load-default-connections 
--executor CeleryExecutor --standalone-dag-processor`
   
   When you run airflow in isolation mode, it should nicely log what "mode" 
each component works in - in isolation mode, scheduler and webserver (and 
generally all regular airflow commands like `airflow db` etc. switch from 
isolation mode to "regular DB" mode. This is because in breeze we have both 
"conn_sql" and "isolation_mode" set and thanks to that we can "mix" 
isolation/no-isolation mode. 
   
   
   


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