Strange behavior of Local executor #55413
Unanswered
borisovpavl73
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi!
Running airflow standalone ver 3.0.4 in WSL2 on Windows11.
With this example of code i want to watch how Airflow can control order of task execution.
But for strange reasons this dag can get failed status from time to time with error:
In screenshots you may see that it can failed in first task or last


If i delete parallel task execution and run tasks sequentially, all tasks completed successfully.
Can someone explain why it is happening? Is it because i used default local executor and standalone version?
Beta Was this translation helpful? Give feedback.
All reactions