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

Fix bug where job deploys with count 0 hang. #246

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Fix bug where job deploys with count 0 hang. #246

merged 1 commit into from
Oct 24, 2018

Conversation

jrasell
Copy link
Member

@jrasell jrasell commented Oct 23, 2018

Jobs with count 0 do not produce deployments and therefore when
performing a deployment with a count of zero Levant would hang
attempting to track a deployment which would never occur. This
introduces a checker to see whether the job has any taskgroups
with a count greater than zero.

Closes #243

Jobs with count 0 do not produce deployments and therefore when
performing a deployment with a count of zero Levant would hang
attempting to track a deployment which would never occur. This
introduces a checker to see whether the job has any taskgroups
with a count greater than zero.

Closes #243
@jrasell jrasell self-assigned this Oct 23, 2018
@jrasell
Copy link
Member Author

jrasell commented Oct 23, 2018

@mdcollins05 sorry for the delay but this should fix the issue you raised. I'll get this merged and released tomorrow.

@jrasell jrasell merged commit eef809e into master Oct 24, 2018
@mdcollins05
Copy link

Awesome! Thanks

@jrasell jrasell deleted the gh_243 branch October 25, 2018 16:08
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.

2 participants