mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
docs: job-specification: Explain that priority has no effect on run order (#13835)
Makes the issues from #9845 and #12792 less surprising to the user.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user