From 72dec599c9927e574d676bd3d9bc979cdcf64a6c Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Wed, 12 Aug 2026 10:47:28 -0700 Subject: [PATCH] rfc27: drop sched.queue as scheduler annotation Problem: RFC 27 lists `sched.queue` as a known scheduler annotation, but this annotation is not used anywhere since schedulers do not assign queues. Drop the annotation to avoid confusion. --- spec_27.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec_27.rst b/spec_27.rst index f817d6f4..795ff264 100644 --- a/spec_27.rst +++ b/spec_27.rst @@ -401,9 +401,6 @@ sched.reason_pending sched.resource_summary (string) human readable overview of assigned resources -sched.queue - (string) human readable identification of job queue - sched.selection_type (string) human readable identification of the scheduler's selected method invoked to schedule the job (i.e. immediate, reserved, backfilled)