Skip to content

Commit 2e951df

Browse files
committed
doc: document job-manager.stop-queues-on-restart
Problem: The job-manager `stop-queues-on-restart` config key is not documented. Document it in flux-config-job-manager(5).
1 parent 5b330f5 commit 2e951df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/man5/flux-config-job-manager.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ inactive-age-limit
2727
inactive-num-limit
2828
(optional) Integer maximum number of inactive jobs retained in the KVS.
2929

30+
stop-queues-on-restart
31+
(optional) Boolean value indicating if the job manager should automatically
32+
stop any started queues during a restart. Queues stopped in this manner will
33+
have their stop reason set to ::
34+
35+
Automatically stopped due to restart
36+
37+
while queues stopped before a shutdown will remain stopped with their
38+
original stop reason. The default value is ``false``, which means that
39+
started queues will remain started upon restart.
40+
3041
plugins
3142
(optional) An array of objects defining a list of jobtap plugin directives.
3243
Each directive follows the format defined in the :ref:`plugin_directive`

0 commit comments

Comments
 (0)