Skip to content

Commit 13c9988

Browse files
document cylc-flow#6438
1 parent 666800d commit 13c9988

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

src/user-guide/running-workflows/handling-job-preemption.rst renamed to src/user-guide/running-workflows/advanced.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Advanced
2+
========
3+
4+
5+
Scheduler Signals
6+
-----------------
7+
8+
The Cylc scheduler will shutdown gracefully on receipt of any of the following
9+
signals:
10+
11+
* ``SIGINT``
12+
* ``SIGTERM``
13+
* ``SIGHUP``
14+
15+
The signal will cause the scheduler to shutdown in ``--now`` mode.
16+
17+
If the scheduler is already shutting down in ``--now`` mode, the signal will
18+
escalate shutdown to ``--now --now`` mode.
19+
20+
See ``cylc stop --help`` for details on stop modes.
21+
22+
123
.. _PreemptionHPC:
224

325
Handling Job Preemption

src/user-guide/running-workflows/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Running Workflows
1717
dynamic-behaviour
1818
authentication-files
1919
workflow-databases
20-
handling-job-preemption
20+
advanced

0 commit comments

Comments
 (0)