Skip to content

Commit 887dff4

Browse files
wxtimhjoliver
andauthored
Update cylc/flow/scheduler.py
Co-authored-by: Hilary James Oliver <[email protected]>
1 parent c43f137 commit 887dff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cylc/flow/scheduler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,9 @@ async def _main_loop(self) -> None:
16831683

16841684
# auto expire broadcasts
16851685
if not self.is_paused:
1686-
# NOTE: Don't auto-expire broadcasts whilst the scheduler is paused
1686+
# NOTE: Don't auto-expire broadcasts whilst the scheduler is paused.
1687+
# This allows broadcast-and-trigger beyond the expiry limit, by
1688+
# pausing before doing it (after which the expiry limit moves back).
16871689
with suppress(TimePointDumperBoundsError):
16881690
# NOTE: TimePointDumperBoundsError will be raised for negative
16891691
# cycle points, we skip broadcast expiry in this circumstance

0 commit comments

Comments
 (0)