Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Dec 11, 2024
1 parent c4ef803 commit 7d6d82e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cylc/flow/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,9 @@ async def run_scheduler(self) -> None:

# If we shut down with manually triggered waiting tasks,
# submit them to run now.
# NOTE: this will run tasks that were triggered with
# the trigger "--on-resume" option, even if the workflow
# is restarted as paused. Option to be removed at 8.5.0.
pre_prep_tasks = []
for itask in self.pool.get_tasks():
if (
Expand Down

0 comments on commit 7d6d82e

Please sign in to comment.