uranusjr commented on code in PR #70089:
URL: https://github.com/apache/airflow/pull/70089#discussion_r3747013799


##########
airflow-core/newsfragments/70089.bugfix.rst:
##########
@@ -0,0 +1 @@
+Fix cron timetables inferring a data interval that is not strictly earlier 
than the run time on days a DST transition occurs. A manual run whose cron tick 
fell in a spring-forward gap got a zero-length interval, which also caused 
``next_dagrun_info`` to skip the following scheduled period; on the fall-back 
side the inferred interval could end after ``run_after``, and 
``CronTriggerTimetable`` with ``run_immediately`` could select a tick that had 
not happened yet.

Review Comment:
   This is a bit long; suggest trimming to about 100-150 characters.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to