backport of commit 652532b8caae1d7e1e63ceb0b8407b2b54cb4cff (#18398)
Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
This commit is contained in:
parent
dec824e797
commit
b67acf823b
|
@ -22,12 +22,17 @@ The general hierarchy for a job is:
|
||||||
```text
|
```text
|
||||||
job
|
job
|
||||||
\_ group
|
\_ group
|
||||||
|
| \_ task
|
||||||
|
| \_ task
|
||||||
|
|
|
||||||
|
\_ group
|
||||||
|
\_ task
|
||||||
\_ task
|
\_ task
|
||||||
```
|
```
|
||||||
|
|
||||||
Each job file has only a single job, however a job may have multiple groups, and
|
Each job file has only a single job, however a job may have multiple groups, and
|
||||||
each group may have multiple tasks. Groups contain a set of tasks that are
|
each group may have multiple tasks. Groups contain a set of tasks that are
|
||||||
co-located on a machine.
|
co-located on the same Nomad client.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue