Skip to content

Commit 21c75c0

Browse files
authored
Merge pull request #911 from oliver-sanders/troubleshooting++
troubleshooting: document failed/TERM
2 parents f1bca28 + fcd4d66 commit 21c75c0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/user-guide/troubleshooting.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,24 @@ For more information, see
555555
``failed/XCPU``
556556
^^^^^^^^^^^^^^^
557557

558-
``XCPU`` is the signal that most batch systems will use when a job hits its
559-
execution time limit.
558+
:data:`XCPU <signal.SIGXCPU>` is the signal that most batch systems will use
559+
when a job hits its execution time limit.
560560

561561
Use :cylc:conf:`flow.cylc[runtime][<namespace>]execution time limit` to
562562
increase this limit.
563563

564564

565+
``failed/TERM``
566+
^^^^^^^^^^^^^^^
567+
568+
:data:`TERM <signal.SIGTERM>` is the signal that indicates a process was
569+
killed.
570+
571+
The job may have been killed on request (i.e, via ``cylc kill``, the
572+
``job-activity.log`` file will record this), or due to an external factor#
573+
(e.g, ``kill <pid>``).
574+
575+
565576
``Cannot determine whether workflow is running on <host>``
566577
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
567578

0 commit comments

Comments
 (0)