Mehmet Erten created AIRFLOW-5756:
-------------------------------------
Summary: Scheduler does not execute last item in schedule correctly
Key: AIRFLOW-5756
URL: https://issues.apache.org/jira/browse/AIRFLOW-5756
Project: Apache Airflow
Issue Type: Bug
Components: DAG, scheduler
Affects Versions: 1.10.5
Reporter: Mehmet Erten
Attachments: Image 25.10.2019 at 10.22.jpg, Image 25.10.2019 at
10.23.jpg
While using unix cron like schedule at DAG definition and define multiple
specific days to execute (schedule_interval="0 2 1,2,3,4,5,6,22,23,24 * * ");
scheduler does not execute the last portion correctly.
In example, with a DAG schedule defined as above; DAG correctly runs for each
historic day; except for the run of last 24 of the regarding month.
I have prepared a test dag for this, and it executed correctly for each day.
Including 24th of each month before the current one; but still waiting and not
executing even if their supposed execution moment has passed.
Problematic cases are also shown in the pics.
Sorry for mistakes might happen in my issue, this is my first issue at Apache
:) after many years.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)