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 issues in Job.ScaleStatus #7816

Merged
merged 2 commits into from
Apr 28, 2020
Merged

Conversation

cgbaker
Copy link
Contributor

@cgbaker cgbaker commented Apr 27, 2020

resolves #7789

Job.ScaleStatus was not returning running. also, this endpoint was using the current deployment, which was associated with a number of issues. modified this endpoint to count allocations instead of relying on the "latest" deployment. for now, ignoring canaries and terminal allocations.

@cgbaker cgbaker added this to the 0.11.2 milestone Apr 27, 2020
@cgbaker cgbaker force-pushed the b-7789-job-scaling-status-issues branch from e9477ec to d623b4b Compare April 27, 2020 21:45
@cgbaker cgbaker marked this pull request as ready for review April 27, 2020 21:45
Copy link
Member

@jrasell jrasell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tests pass locally and re-run of failed CircleCI test confirms it is an unrelated flake

@cgbaker cgbaker merged commit f8a690e into master Apr 28, 2020
@cgbaker cgbaker deleted the b-7789-job-scaling-status-issues branch April 28, 2020 11:33
@github-actions
Copy link

github-actions bot commented Jan 8, 2023

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Running field of TaskGroupScaleStatus doesn't get populated
2 participants