Skip to content

Commit

Permalink
Update with changes to docs (converted to RST) from #2930 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Jan 18, 2019
1 parent 60098c1 commit 86d503d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions doc/src/appendices/suiterc-config-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,18 +510,6 @@ default for this at the site level (see :ref:`SiteCylcHooks`).
- *default*: (none), unless set at the site level.


[cylc] ``->`` [[events]] ``->`` reset timer
"""""""""""""""""""""""""""""""""""""""""""

If ``True`` (the default) the suite timer will continually reset
after any task changes state, so you can time out after some interval
since the last activity occurred rather than on absolute suite execution
time.

- *type*: boolean
- *default*: True


[cylc] ``->`` [[events]] ``->`` abort on stalled
""""""""""""""""""""""""""""""""""""""""""""""""

Expand Down Expand Up @@ -1945,20 +1933,6 @@ If a task has not finished after the specified ISO 8601 duration/interval, the
- *default*: (none)


.. _runtime-event-hooks-reset-timer:

[runtime] ``->`` [[\_\_NAME\_\_]] ``->`` [[[events]]] ``->`` reset timer
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

If you set an execution timeout the timer can be reset to zero every
time a message is received from the running task (which indicates the
task is still alive). Otherwise, the task will timeout if it does not
finish in the allotted time regardless of incoming messages.

- *type*: boolean
- *default*: False


[runtime] ``->`` [[\_\_NAME\_\_]] ``->`` [[[events]]] ``->`` handlers
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Expand Down

0 comments on commit 86d503d

Please sign in to comment.