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

[fluorine] Fixes to scheduler for jobs with seconds, minutes, etc. #49104

Commits on Aug 14, 2018

  1. Do not log about various things like jid_include and max_running unle…

    …ss the job is set to run. If the job contains _seconds, eg. it's using seconds, minutes, hours, etc. then only set the _next_fire_time if the job actually runs. Adding more tests to test simple scenarios when seconds, minutes, hours and days to ensure we get multiple scheduled job runs when they're expected to run.
    garethgreenaway committed Aug 14, 2018
    Copy the full SHA
    c68f6be View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Copy the full SHA
    3fb3639 View commit details
    Browse the repository at this point in the history
  2. If the scheduler is not running in standalone mode, only set the _nex…

    …t_fire_time (if we're using time elements) if the job successfully runs.
    garethgreenaway committed Aug 15, 2018
    Copy the full SHA
    86696dc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Making seconds more accurate by chopping off the microseconds. If dat…

    …a contains '_seconds' and we're running in standalone, always set the _next_fire_time. If the job was skipped, set the _next_fire_time, if there are _seconds, same if the run successfully ran.
    garethgreenaway committed Aug 16, 2018
    Copy the full SHA
    1ac7ea3 View commit details
    Browse the repository at this point in the history
  2. Bulking up the seconds, minutes, hours and days eval tests to ensure …

    …_next_run_time is correct. Adding a run_seconds_skip to ensure skipping is working with time elements and the _next_fire_time is populated.
    garethgreenaway committed Aug 16, 2018
    Copy the full SHA
    596e58b View commit details
    Browse the repository at this point in the history