From 9f50970b7ebf4fc9252a792e4668b39adce6e7c4 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Tue, 28 May 2024 08:35:55 -0700 Subject: [PATCH] accounting-guide: add "queue", "age" factors Problem: The accounting guide does not list "queue" or "age" as factors considered by the plugin when calculating a job's priority. Add both of these factors to the listed description of factors used when calculating a job's priority in the priority plugin. --- doc/guide/accounting-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guide/accounting-guide.rst b/doc/guide/accounting-guide.rst index 9ed513b4..d1dc2b99 100644 --- a/doc/guide/accounting-guide.rst +++ b/doc/guide/accounting-guide.rst @@ -316,6 +316,12 @@ the multi-factor priority plugin are: consumed. See the :ref:`Glossary definition ` for a more detailed explanation of how fair-share is utilized within flux-accounting. +* **queue**: an integer weight associated with submitting a job to a certain + queue. + +* **age**: how long a job has been able to be scheduled but could not due to an + external constraint (e.g a resource constraint). + * **urgency**: a user-controlled factor to prioritize their own jobs. In addition to generating an integer priority for submitted jobs in a Flux