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 option to exclude locked jobs (i.e. currently being processed) in jobs:check. #1087

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2022

  1. Add option to exclude locked jobs (i.e. currently being processed) in…

    … jobs:check.
    
    If a job is currently being processed, we want an option to exclude them from being reported in `jobs:check`.
    
    `jobs:check`’s primary purpose should be to see the outstanding queue, not determining long-running jobs.
    
    Made this option default to false so no breaking changes but simply pass true for `not_locked` to exclude them from this check.
    
    Remove extra `AND`.
    joshuapinter committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    40f8384 View commit details
    Browse the repository at this point in the history
  2. Ignore future jobs in jobs:check.

    If there are scheduled jobs in the future, they should not be included in the jobs:check, which is intended to look for jobs that should be processed but have not yet been processed.
    joshuapinter committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4cbb738 View commit details
    Browse the repository at this point in the history