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

[DOCS] Fixes typo in decider docs #67743

Merged
merged 1 commit into from
Jan 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ of that type can be unassigned from a node due to the cluster being
too small. Both settings are only considered for jobs that could
eventually be fully opened given the current scale. If a job is too
large for any node size or if a job couldn't ever be assigned without
user intervention (for example, a user calling `_stop` against a real-time {anomaly-job}
), the numbers are ignored for that particular job.
user intervention (for example, a user calling `_stop` against a real-time
{anomaly-job}), the numbers are ignored for that particular job.

`num_anomaly_jobs_in_queue`::
(Optional, integer)
Expand Down