Merge pull request #1035 from dvusboy/clarify_priority

Clarify how priority is ordered
This commit is contained in:
Diptanu Choudhury
2016-04-05 20:27:49 -07:00

View File

@@ -137,7 +137,7 @@ The `job` object supports the following keys:
* `priority` - Specifies the job priority which is used to prioritize
scheduling and access to resources. Must be between 1 and 100 inclusively,
and defaults to 50.
with a larger value corresponding to a higher priority. Defaults to 50.
* `region` - The region to run the job in, defaults to "global".