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

Ensure the count updater ignores jobs that are in stopped state. #106

Merged
merged 1 commit into from
Feb 8, 2018

Commits on Feb 8, 2018

  1. Ensure the count updater ignores jobs that are in stopped state.

    Stopped Nomad jobs can still return through an API call and
    therefore be present during the dynamicGroupCountUpdater func. In
    situations where a job deployed with the same as a stopped job,
    the deploymend will update the group counts based on the stopped
    job which should be avoided.
    
    Closes #105
    jrasell committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    cda88d1 View commit details
    Browse the repository at this point in the history