diff options
author | chris meyers <chris.meyers.fsu@gmail.com> | 2018-12-17 21:38:39 +0100 |
---|---|---|
committer | chris meyers <chris.meyers.fsu@gmail.com> | 2019-01-02 18:17:28 +0100 |
commit | db2bb19d659329d77322fd9d4e42e46c8fa3c960 (patch) | |
tree | eb56e122f9c7f19cc6bf4e70552b1411d61e0da9 /docs/capacity.md | |
parent | Merge pull request #2917 from AlanCoding/relaunch_sjt (diff) | |
download | awx-db2bb19d659329d77322fd9d4e42e46c8fa3c960.tar.xz awx-db2bb19d659329d77322fd9d4e42e46c8fa3c960.zip |
add docs for task manager node decider
Diffstat (limited to 'docs/capacity.md')
-rw-r--r-- | docs/capacity.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/capacity.md b/docs/capacity.md index ceee3c42c3..26372790e6 100644 --- a/docs/capacity.md +++ b/docs/capacity.md @@ -13,7 +13,7 @@ other Groups. Instance Groups (not Instances themselves) can be assigned to be used by Jobs at various levels (see clustering.md). When the Task Manager is preparing its graph to determine which Group a Job will run on it will commit the capacity of -an Instance Group to a job that hasn't or isn't ready to start yet. +an Instance Group to a job that hasn't or isn't ready to start yet. (see task_manager_system.md) Finally, if only one Instance is available, in smaller configurations, for a Job to run the Task Manager will allow that Job to run on the Instance even if it would push the Instance over capacity. We do this as a way to guarantee that Jobs |