Skip to content

Commit

Permalink
doc: add queue to supported keys in flux-update(1)
Browse files Browse the repository at this point in the history
Problem: The flux-update(1) man page doesn't have an entry for queue
as a supported key.

Add queue to the set of special keys so users have a hint that they
can update a job's queue with caveats.
  • Loading branch information
grondo committed Sep 20, 2023
1 parent dc4bb8e commit d38b3d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/man1/flux-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ SPECIAL KEYS
is any string or number in RFC 23 Flux Standard Duration. Examples include
``60``, ``1m``, ``1.5h``, ``+10m``, ``-1h``.

*attributes.system.queue*, *queue*
Updates of a pending job's ``queue`` to another enabled queue may
be allowed. The update could be rejected if the new job exceeds the
destination queue limits or if the job would not be feasible in the
new queue.

*name*
Alias for job name, i.e. ``attributes.system.job.name``

Expand Down

0 comments on commit d38b3d4

Please sign in to comment.