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

documents the scaling block in the JSON Job docs #7706

Merged
merged 4 commits into from
Apr 13, 2020
Merged

Conversation

cgbaker
Copy link
Contributor

@cgbaker cgbaker commented Apr 13, 2020

documents the Scaling block in the JSON Job docs. also documents the RestartPolicy support at the task level (see #7603)

resolves #7656

@cgbaker cgbaker force-pushed the docs-7656-scaling branch from 0d129b3 to bee6b7a Compare April 13, 2020 20:36
@cgbaker cgbaker requested a review from schmichael April 13, 2020 20:37
@cgbaker cgbaker force-pushed the docs-7656-scaling branch from bee6b7a to a3a3b19 Compare April 13, 2020 20:53
result in a 400 error during job registration.

- `Max` - The maximum allowable count for the task group. This is required if a scaling policy is provided.
This must be larger than `Min`. Attempts to set the task group `Count` above `Max` wil result in a 400
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
This must be larger than `Min`. Attempts to set the task group `Count` above `Max` wil result in a 400
This must be larger than `Min`. Attempts to set the task group `Count` above `Max` will result in a 400

@cgbaker cgbaker requested a review from schmichael April 13, 2020 21:33
@cgbaker cgbaker merged commit a8ed119 into master Apr 13, 2020
@cgbaker cgbaker deleted the docs-7656-scaling branch April 13, 2020 21:33
@github-actions
Copy link

github-actions bot commented Jan 9, 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 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document scaling block in JSON Job
2 participants