We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43f137 commit 887dff4Copy full SHA for 887dff4
cylc/flow/scheduler.py
@@ -1683,7 +1683,9 @@ async def _main_loop(self) -> None:
1683
1684
# auto expire broadcasts
1685
if not self.is_paused:
1686
- # NOTE: Don't auto-expire broadcasts whilst the scheduler is paused
+ # 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).
1689
with suppress(TimePointDumperBoundsError):
1690
# NOTE: TimePointDumperBoundsError will be raised for negative
1691
# cycle points, we skip broadcast expiry in this circumstance
0 commit comments