Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Pillinger <[email protected]>
  • Loading branch information
hjoliver and wxtim authored Feb 19, 2025
1 parent 7af814f commit 2538636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/7-to-8/major-changes/scheduling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ Cylc can manage infinite workflows of repeating tasks:

Cylc 8 has a new scheduling algorithm that:

- Is much more efficient because it doesn't need to track nearly as
many waiting and succeeded tasks in addition to the active
(submitted and running) ones.
- Is much more efficient because it doesn't need to track as
many waiting and succeeded tasks.

- waiting tasks are not pre-spawned before they are needed
- succeeded tasks are not retained across the :term:`active window`
Expand Down
2 changes: 1 addition & 1 deletion src/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ Glossary
ahead of the oldest :term:`active cycle` the workflow is permitted
to run.

The "oldest active cycle point" is the first cycle in the workflow to
The "oldest active cycle point" is the earliest cycle in the workflow to
contain any submitted or running tasks.

.. seealso::
Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/running-workflows/tasks-jobs-ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ n=0:
for a more detailed description.
n=1:
The ``n=1`` window contains the ``n=0`` window plus all tasks out to one
graph edge around them, i.e. their dependencies (the tasks that come immediately
graph edge around them, i.e. their parents (the tasks that come immediately
before them in the graph) and their descendants (immediately after them in the
graph).
n=2:
Expand Down

0 comments on commit 2538636

Please sign in to comment.