Skip to content

Commit 2ee3159

Browse files
committed
Address review comments.
1 parent d915abd commit 2ee3159

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

src/glossary.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ Glossary
344344
"1/bar" -> "2/bar" -> "3/bar"
345345

346346

347-
348347
.. seealso::
349348

350349
* :ref:`tutorial-integer-cycling`
@@ -362,14 +361,14 @@ Glossary
362361

363362

364363
cycle point
365-
The unique label given to tasks that belong to a particular :term:`cycle`.
364+
The label given to tasks that belong to a particular :term:`cycle`.
366365
For :term:`integer cycling` these will be integers, e.g. ``1``, ``2``,
367366
``3``, etc.
368367
For :term:`datetime cycling` they will be :term:`ISO 8601` datetimes,
369368
e.g. ``2000-01-01T00:00Z``.
370369

371-
Cylc has no global cycle loop, so each task instance has its own cycle
372-
point label.
370+
Cylc can run multiple cycles at once, dependencies allowing, so each
371+
task instance has its own cycle point label.
373372

374373
.. seealso::
375374

src/user-guide/running-workflows/workflow-completion.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ to allow you to intervene, e.g. by manually triggering an incomplete
3131
task after fixing the bug that caused it to fail.
3232

3333
If a stalled workflow does eventually shut down, on the stall timeout
34-
or by stop command, it will immediately stall again on restart.
34+
or by stop command, it will immediately stall again on restart to await
35+
manual intervention.
3536

3637
.. warning::
3738

38-
At present you have to look at the :term:`scheduler log` to see
39-
which tasks caused a stall.
39+
Look in the :term:`scheduler log` to see which tasks caused a stall.
4040

4141
.. seealso::
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ Late Events
843843
The scheduler can only check for lateness once a task becomes
844844
:term:`active <active task>`. In Cylc 8 this usually means the task
845845
is ready, or nearly ready, to run, which limits the usefulness of late
846-
events as currently implemented.
846+
events.
847847

848848
If a real time (clock-triggered) workflow performs fairly consistently from one
849849
cycle to the next, you may want to be notified when certain tasks are running

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ held back, and are displayed in the GUI/Tui with a small circle above them.
22332233

22342234
.. note::
22352235

2236-
Tasks in the :term:`n=1 window <n-window>` are not displayed as runahead
2236+
Tasks in the :term:`n>=1 window <n-window>` are not displayed as runahead
22372237
limited; they form the future graph and are not yet being actively limited.
22382238

22392239
As the workflow advances and active cycles complete, the runahead limit moves

0 commit comments

Comments
 (0)