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

Added support for Vixie cron local time jump tracking algorithm #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2017

  1. Added support for Vixie cron local time jump tracking algorithm

    The Vixie cron local time jump tracking algorithm changes non-wildcard and
    wildcard job execution behavior intelligently in the presence of DST
    transitions and most forward and reverse clock skew occurrences.
    
    Implementing this algorithm requires two flags during cron trigger checking,
    named do_wild and do_non_wild, which filter out certain triggers as needed.
    The default setting of True for both flags preserves standard behavior.
    megahall committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    f881870 View commit details
    Browse the repository at this point in the history