Tim Pillinger

Results 219 comments of Tim Pillinger

Usage: cylc message [OPTIONS] -- [WORKFLOW JOB [[SEVERITY:]MESSAGE ...]]] Usage: cylc message [OPTIONS] -- [SEVERITY:]MESSAGE [[SEVERITY:]MESSAGE]

> I'm happy to wait for users to request this feature. Perhaps we could close the issue on that basis?

Would it be sane (and easier to implement?) to allow regex based rules to be defined in the pyproject TOML file? @ColemanTom - What sort of rules do you want...

At Cylc 7 _ALL_ cycle points on the RHS of an expression were illegal, not just absolute ones. The original check was removed at: https://github.com/cylc/cylc-flow/pull/4343/files#diff-71ac7d6076a521f20d45c1d1e06c9bfc8069d38f2b90ece99ef2d0f9434236feR104 Cryptic commentL: > (Note we...

> > The original check was removed at: > > https://github.com/cylc/cylc-flow/pull/4343/files#diff-71ac7d6076a521f20d45c1d1e06c9bfc8069d38f2b90ece99ef2d0f9434236feR104 > > @wxtim, I don't think that link is correct. I think it is, but it's hidden behind a...

> That link is for some timer code. > > These lines: > > https://github.com/cylc/cylc-flow/pull/4343/files#diff-be87b3fcb20fc3228166ad53af61efb79f0d0c84ee01fcd0c9e3092c788e0b93L374-L377 > > ? Yes.

@dpmatthews - Can I check my interpretation of this: ``` srcdir=${HOME}/cylc-src/delme mkdir -p ${srcdir} cd ${srcdir} cat > flow.cylc bar __ICI__ cylc vip . # Watch until flow has decent...

I presume the the expected behaviour is not to get the message again - but is that correct @hjoliver , @oliver-sanders - I can imagine scenarios where 2 copies of...

Very simply demonstrated with ```ini [scheduling] initial cycle point = 1919 [[graph]] R1 = foo & bar [runtime] [[foo]] script = """ for i in {1..5}; do echo $i cylc...

What happens if Cylc message has failed on the remote and we are using poll as a backup? We might then get no messages - or could we put a...