Why airflow skips one day for a newly created task? #13915
Unanswered
bobfang1992
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
This is a known issue and should be fixed in 2.0.1: #13963 |
Beta Was this translation helpful? Give feedback.
2 replies
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, sorry not sure where is the best place to post this. Apologies if this is not the best venue.
I have a newly created daily dag and I have set it up yesterday (Jan. 25th), once it is loaded by airflow I can see it is run once (scheduled_2021-0124T00:00:00+00:00), and then I manually triggered it once just to see if it works and it did (manual_2021-01-25).
Now time is 08:24 UTC Jan 26th. But I did not see any run for 01-25. I have used
airflow dags next-executionand found out airflow is planning to execute the dag for 01-26 directly, possibly on 01-27 00:00 UTC. So it will skip 01-25 entirely.I am wondering why this behaviour? Is there any reason behind this?
Beta Was this translation helpful? Give feedback.
All reactions