Skip to content

Commit

Permalink
Backport of docs: job-specification: Explain that priority has no eff…
Browse files Browse the repository at this point in the history
…ect on run order into release/1.1.x (#13838)

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core committed Jul 19, 2022
1 parent 338080f commit 17db60c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/content/docs/job-specification/job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ job "docs" {
- `priority` `(int: 50)` - Specifies the job priority which is used to
prioritize scheduling and access to resources. Must be between 1 and 100
inclusively, with a larger value corresponding to a higher priority.
Priority only has an effect when job preemption is enabled.
It does not have an effect on which of multiple pending jobs is run first.

- `region` `(string: "global")` - The region in which to execute the job.

Expand Down

0 comments on commit 17db60c

Please sign in to comment.