Skip to content

Commit fd1d131

Browse files
Apply suggestions from code review
Co-authored-by: Oliver Sanders <[email protected]>
1 parent 9162f19 commit fd1d131

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/7-to-8/major-changes/scheduling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cylc 8 has a new scheduling algorithm that:
2525

2626
- Is much more efficient because it only has to manage :term:`active tasks`.
2727

28-
- Tasks are not "pre-spawned" before they are needed.
28+
- Tasks are not loaded into memory before they are needed.
2929
- Tasks are not retained in memory once they complete.
3030
- There is no costly indiscriminate dependency matching.
3131
- Distinguishes between :term:`optional <optional output>` and

src/glossary.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ Glossary
7070

7171
active task
7272
Active tasks are those tasks currently held in working memory to feed
73-
the scheduling algorithm. They comprise ``n=0`` basis of the GUI
74-
:term:`n-window`, so they are always visible in the GUI.
73+
the scheduling algorithm. They form the ``n=0`` :term:`n-window`,
74+
so are always visible in the GUI.
7575

7676
Active tasks include:
7777

78-
- ``submitted`` and ``running``, with active jobs)
78+
- ``submitted`` and ``running`` tasks (i.e, tasks with active jobs)
7979
- ``preparing`` tasks in the job submission pipeline
8080
- ``waiting`` tasks that are nearly ready to run but:
8181

@@ -90,7 +90,7 @@ Glossary
9090

9191
n-window
9292
The GUI provides a view of the workflow extending ``n`` graph edges out
93-
from :term:`active tasks <active task>` - which comprise the ``n=0``
93+
from :term:`active tasks <active task>` - which form the ``n=0``
9494
window. The default n-window extent is ``n=1``.
9595

9696
active cycle

0 commit comments

Comments
 (0)