docs: improve diagram on jobspec overview for multi group + tasks. (#18394)

This commit is contained in:
James Rasell
2023-09-06 08:54:05 +01:00
committed by GitHub
parent 2fffb96604
commit 652532b8ca

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