backport of commit 652532b8caae1d7e1e63ceb0b8407b2b54cb4cff (#18398)

Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
This commit is contained in:
hc-github-team-nomad-core 2023-09-06 03:36:17 -05:00 committed by GitHub
parent dec824e797
commit b67acf823b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -22,12 +22,17 @@ The general hierarchy for a job is:
```text
job
\_ group
| \_ task
| \_ task
|
\_ group
\_ task
\_ task
```
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
co-located on a machine.
co-located on the same Nomad client.
## Example