-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.1
-
Component/s: None
-
Labels:None
`following_schedule` converts to naive time by using the local time zone. In case of a DST transition, say 3AM -> 2AM ("summer time to winter time") we generate date times that could overlap with earlier schedules. Therefore a DAG that should run every 5 minutes will not do so if it has already seen the schedule.
We should not convert to naive and keep UTC.
- is related to
-
AIRFLOW-3422 Infinite loops during springtime DST transitions on python 3.6
-
- Resolved
-
- links to