From 4bc1e17539e354e9af58aacc8bc984d4c1dddac6 Mon Sep 17 00:00:00 2001 From: "K.C. Wong" Date: Tue, 5 Apr 2016 10:31:26 -0700 Subject: [PATCH] Clarify how priority is ordered * It wasn't exactly obvious to me that larger values reflect higher priority. --- website/source/docs/jobspec/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/index.html.md b/website/source/docs/jobspec/index.html.md index 473c9c63b..17199be93 100644 --- a/website/source/docs/jobspec/index.html.md +++ b/website/source/docs/jobspec/index.html.md @@ -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".