You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/19 18:13:05 UTC

[GitHub] [airflow] bxnxiong commented on issue #7999: Incorrect DAG scheduling after DST

bxnxiong commented on issue #7999:
URL: https://github.com/apache/airflow/issues/7999#issuecomment-763025972


   Hi we have run into this issue during last DST transition on 2020-11-01 as well, so will be nice if this can be addressed.
   I'm wondering one of the solutions can be: if the `schedule_interval` is provided as a cron, then Airflow should respect that and not use relative delta at all? if `schedule_interval` is provided with a `datetime.timedelta` or relative timedelta object, only then the DAG uses a relative offset. What do you think?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org