David Sutherland
David Sutherland
You mean: ``` P1Y = foo => bar P2Y = bar ``` ? I can't remember if I solved this as part of the parentless xtrigger spawning type (#5738), if...
So would I, even to be able to release/resume a specific branch while the rest stays paused/held
Reproduced using; using ``` query { workflows (ids: ["edges/run1"]) { name stateTotals taskProxies{ id } edges { edges { id } } } } ``` ``` { "data": { "workflows":...
Fix up https://github.com/cylc/cylc-flow/pull/6096 Some deltas we discard (if the nodes they apply to are about to be pruned), we needed to delete any associated edges too..
What sort of job duration were you testing with? Because +/- 2sec error will be obvious for a 10sec job, not so much for a 10min job. > When holding...
> Ping @dwsutherland, I may well have overlooked something, does this make sense to you? > > (note, tests are unhappy for async reasons, but it _should_ work for real...
The changes look quite simple .. had a play, and I did notice something I couldn't reproduce on master. When stopping a workflow in the WUI (latest master `cylc-ui`): ...
Ah, think I might know why, maybe .. the subscriber resolver (`cylc-flow`) might use that `w_subs` variable, which you changed to `subscribers` but `workflow_subscribers` would have been better I think
Does it make sense to deal with this one: https://github.com/cylc/cylc-uiserver/issues/584 here, at the same time?
Think this will be closed by: https://github.com/cylc/cylc-uiserver/pull/672