Skip to content

Commit

Permalink
document cylc-flow#6438
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 23, 2024
1 parent 666800d commit 13c9988
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 13c9988

Please sign in to comment.