potiuk commented on code in PR #32921:
URL: https://github.com/apache/airflow/pull/32921#discussion_r1285560980
##########
airflow/timetables/trigger.py:
##########
@@ -89,7 +89,7 @@ def next_dagrun_info(
else:
next_start_time = self._align_to_next(restriction.earliest)
else:
- start_time_candidates = [self._align_to_next(DateTime.utcnow())]
+ start_time_candidates =
[self._align_to_next(DateTime.utcnow().replace(second=0, microsecond=0))]
Review Comment:
Yeah. There are 3 linked issues and each of them has tens of comments. Maybe
that is obvious to you, but would be great to point to it. A link to specific
comment would be great, otherwise it forces somoene looking here to read the
entire conversation (and few of those) to find it..
--
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]