File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 4242
4343.. program :: flux queue list
4444
45- List queue defaults and limits.
45+ List queue status, defaults, and limits.
46+
47+ .. option :: -q , --queue=QUEUE ,...
48+
49+ Limit output to specified queues
4650
4751.. option :: -n , --no-header
4852
@@ -219,6 +223,24 @@ The following field names can be specified:
219223**queuem **
220224 queue name, but default queue is marked up with an asterisk
221225
226+ **submission **
227+ Description of queue submission status: ``enabled `` or ``disabled ``
228+
229+ **scheduling **
230+ Description of queue scheduling status: ``started `` or ``stopped ``
231+
232+ **enabled **
233+ Single character submission status: ``✔ `` if enabled, ``✗ `` if disabled.
234+
235+ **started **
236+ Single character scheduling status: ``✔ `` if started, ``✗ `` if stopped.
237+
238+ **enabled.ascii **
239+ Single character submission status: ``y `` if enabled, ``n `` if disabled.
240+
241+ **started.ascii **
242+ Single character scheduling status: ``y `` if started, ``n `` if stopped.
243+
222244**defaults.timelimit **
223245 default timelimit for jobs submitted to the queue
224246
You can’t perform that action at this time.
0 commit comments