Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional data interval to CronTriggerTimetable #25503

Merged

Commits on Aug 4, 2022

  1. Add optional data interval to CronTriggerTimetable

    This allows the user to provide a (static) data interval for DAG runs to
    adopt. This should be useful for most cron usages and more natural to
    the old schedule_interval logic.
    
    Also moved CronTriggerTimetable to its own module. The class living in
    'interval' is weird.
    uranusjr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4b013e4 View commit details
    Browse the repository at this point in the history