When start a dag in airflow 3.0.0, scheduler could be crashed but works well in airflow 2.10.4 #50382
Unanswered
fengchutadie
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Please try 3.0.1rc1 -> it's currently being tested and I think there was a case fixed where API calls could go into infinite loop that would resilut in similar issue. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have the same issue and error. I can not get a simple dag to run without the scheduler crashing. I also get the same HTTP response when manually going to API url in my browser. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ENV
Issue
I use conda to create the basic python3.12.10 env and then install airflow as
use "airflow standalone" to launch it , it create related airflow processes and all works well. but when I start a example dag (tutorial_dag.py), then "airflow scheduler" process would be "defunct" and in webUI, first task in this dag would always be queued.
in console log, it prints:
it always happen when I delete ~/airflow several times.
but if I install Airflow2.10.4,this issue would not happen and everything works well, it seems not my gateway issue.
Does anyone encouter this issue?
Beta Was this translation helpful? Give feedback.
All reactions