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 panic in deployment due to unsafe count checking on taskgroups #249

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

jrasell
Copy link
Member

@jrasell jrasell commented Oct 25, 2018

When checking if a taskgroup count was greater than zero, it did
not account for the potential for it to be nil, when a count is
not specified and uses the default 1. This fixes that bug and
releases 0.2.5 as an emergency fix.

Closes #248

When checking if a taskgroup count was greater than zero, it did
not account for the potential for it to be nil, when a count is
not specified and uses the default 1. This fixes that bug and
releases 0.2.5 as an emergency fix.

Closes #248
@jrasell jrasell merged commit 0514741 into master Oct 25, 2018
@jrasell jrasell deleted the panic-fix-0.2.5-release branch October 25, 2018 13:18
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.

panic when deploying Batch job v0.2.4
1 participant