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

Conversation

jrasell
Copy link
Member

@jrasell jrasell commented Feb 8, 2018

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

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 jrasell added the bug label Feb 8, 2018
@jrasell jrasell merged commit 02d1f8a into master Feb 8, 2018
@jrasell jrasell deleted the b_gh_105 branch February 9, 2018 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant