Hilary James Oliver
Hilary James Oliver
Very nice!
@oliver-sanders: > Even when we remove the task it can be re-spawned by graph logic at a later date requiring re-removal. That's not true BTW. The db records if a...
See https://cylc.github.io/cylc-admin/proposal-cylc-set.html
See https://cylc.github.io/cylc-admin/proposal-cylc-set.html
Agreed, that's annoying, but it might be somewhat tricky to solve because tasks don't necessarily go direct from queued to preparing. A task waiting on other prerequisites, or xtriggers, may...
[from offline chat] it would be really nice to have at least one "verbose" logging level between INFO and DEBUG. [This was already suggested somewhere above on this issue by...
Not sure if the above covers family or pattern matching future tasks via the CLI (not just TUI and web UI)? `cylc hold /FAM` Presumably we could figure out what...
> > Presumably we could figure out what the matched tasks or family members will be, and put those in the future hold list. > The suggestion of expanding families...
Test case: ```ini [scheduling] [[graph]] R1 = "a => b => c => d" [runtime] [[a,b,c,d]] pre-script = "sleep 2" [[a]] script = """ if (( CYLC_TASK_SUBMIT_NUMBER == 1)); then...
One thing to note, on "hold after cycle point" functionality: This branch makes it flow-specific, in that you can start a new flow and tell just that flow to hold...