File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff 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
561561Use :cylc:conf: `flow.cylc[runtime][<namespace>]execution time limit ` to
562562increase 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
You can’t perform that action at this time.
0 commit comments