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

Watcher: Properly find next valid date in cron expressions #32734

Merged

Commits on Aug 9, 2018

  1. Watcher: Properly find next valid date in cron expressions

    When a list of cron expressions is provided, and one of those addresses
    is already expired, the expired one will be considered as an option
    instead of the valid next one.
    
    This commit also reduces the visibility of the CronnableSchedule and
    refactors a comparator to look like java 8.
    spinscale committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    78f221b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    6e776bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9deb34f View commit details
    Browse the repository at this point in the history