Tim Pillinger
Tim Pillinger
> Unfortunately, if there is a problem/mistake in a subscription query, we don't seem to be getting any error reporting My evidence is that I checked out the upstream/master `src/views/Info.vue`...
> Something is going wrong with the trigger time field: I've removed seconds. Forgot about retry triggers when I did that. Thought that minutes would be fine. > And what's...
Drafted pending other work this not being a priority compared to bugfixes.
I will get back to this one day, but it's a feature, not a bug...
I think that I'm up-to-date with this one - there are still some half-hearted discussions - can I ask @hjoliver and @oliver-sanders to review comments?
> This new env var should be added to https://github.com/cylc/cylc-doc/blob/master/src/reference/job-script-vars/var-list.txt Cylc doc PR already exists, and is linked in the heading - though I didn't change the XXX in the...
> Yes you're right, `CYLC_TASK_SHARE_CYCLE_DIR` would be consistent with other vars No, because that would imply it's unique on a per task basis.
@oliver-sanders - I'm a little concerned that MySTjs is quite primitive atm - See the list of features not available in mystjs at https://www.npmjs.com/package/mystjs#mystjs-features. I'm also concerned that we may...
> @wxtim, have you pulled through the MyST CSS in this PR? Not yet - drafting until I've worked it out.
Manual Test, showing what is possible: The Workflow Definition ```cylc [scheduling] cycling mode = integer [[graph]] R1 = foo [runtime] [[foo]] script = while true; do sleep 30; done [[[meta]]]...