You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reportedly, cylc vr on a running workflow (i.e., reload) does not update the clock trigger time. Stopping the scheduler first (i.e., restart) does get it right.
[UPDATE]
Confirmed, using a minimal example:
[scheduling]
initial cycle point = now
[[xtriggers]]
# x = wall_clock(offset=P0Y)x = wall_clock(offset=P1Y)
[[graph]]
PT1M = "@x => foo"[runtime]
[[foo]]
The text was updated successfully, but these errors were encountered:
Reportedly,
cylc vr
on a running workflow (i.e., reload) does not update the clock trigger time. Stopping the scheduler first (i.e., restart) does get it right.[UPDATE]
Confirmed, using a minimal example:
The text was updated successfully, but these errors were encountered: