File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
src/user-guide/running-workflows Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
.. _PreemptionHPC :
2
24
3
25
Handling Job Preemption
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Running Workflows
17
17
dynamic-behaviour
18
18
authentication-files
19
19
workflow-databases
20
- handling-job-preemption
20
+ advanced
You can’t perform that action at this time.
0 commit comments