Skip to content

Commit

Permalink
Merge pull request #768 from oliver-sanders/6438
Browse files Browse the repository at this point in the history
document cylc-flow#6438
  • Loading branch information
oliver-sanders authored Nov 21, 2024
2 parents 7fb4cad + 13c9988 commit 7f4b9c7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Advanced
========


Scheduler Signals
-----------------

The Cylc scheduler will shutdown gracefully on receipt of any of the following
signals:

* ``SIGINT``
* ``SIGTERM``
* ``SIGHUP``

The signal will cause the scheduler to shutdown in ``--now`` mode.

If the scheduler is already shutting down in ``--now`` mode, the signal will
escalate shutdown to ``--now --now`` mode.

See ``cylc stop --help`` for details on stop modes.


.. _PreemptionHPC:

Handling Job Preemption
Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/running-workflows/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Running Workflows
dynamic-behaviour
authentication-files
workflow-databases
handling-job-preemption
advanced

0 comments on commit 7f4b9c7

Please sign in to comment.