Skip to content

Commit 6cb16b6

Browse files
Merge pull request #832 from oliver-sanders/auto-restart++
auto restart config advice
1 parent f56a959 commit 6cb16b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/user-guide/writing-workflows/scheduler.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,20 @@ Example:
305305

306306
.. cylc-scope::
307307

308+
.. tip::
309+
310+
If using Cylc's workflow migration functionality to implement routine
311+
server reboots and you have
312+
:cylc:conf:`configured workflows to shut down <global.cylc[scheduler][events]abort on stall timeout>`
313+
after one of these timeouts:
314+
315+
* :cylc:conf:`workflow timeout <global.cylc[scheduler][events]workflow timeout>`,
316+
* :cylc:conf:`stall timeout <global.cylc[scheduler][events]stall timeout>`,
317+
* :cylc:conf:`inactivity timeout <global.cylc[scheduler][events]inactivity timeout>`.
318+
319+
Then make sure the period between reboots is greater than the timeout
320+
as the timer will be reset when the workflow migrates.
321+
308322
For more information see: :cylc:conf:`global.cylc[scheduler][run hosts]ranking`.
309323

310324
.. _PlatformConfig:

0 commit comments

Comments
 (0)