-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Conversation
0d129b3
to
bee6b7a
Compare
bee6b7a
to
a3a3b19
Compare
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
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. |
documents the
Scaling
block in the JSON Job docs. also documents theRestartPolicy
support at the task level (see #7603)resolves #7656