potiuk commented on issue #40082:
URL: https://github.com/apache/airflow/issues/40082#issuecomment-2217160905

   I am not sure if I understand, but this means that parsing of your DAG 
hangs. Something in your DAGs is just blocking during parsing - for example 
reaching out to external URL, connecting to the database etc. You are the only 
person in the world that can track it down. I suggest thorough reading and 
applying 
https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#top-level-python-code
 and following chapters and tracking down where parsing your DAG hangs - it's 
all your code that is in the DAG and there is no way airflow can interfere with 
it, so you have an investigation on your side to make.


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