Hilary James Oliver

Results 104 issues of Hilary James Oliver

We automatically raise the runahead limit to accommodate "future triggers", by an amount equal to the largest future trigger offset in the task pool. However, that's overkill if the tasks...

doc
could be better

```ini P2 = "foo[-P1] => bar" # (sequence P2, with erroneous P1 offset) ``` ^ this fails validation in both 7 and 8 with *no cycling sequences defined for foo*...

Supersede #3467 These changes partially address cylc/cylc-admin#64 This is @sgaist's branch rebased onto master, with some superficial style changes reverted in `setup.py` for a minimal diff with current master (so...

(From offline chat with @oliver-sanders) For science experiments, we should provide proper provenance data collection: > Everything that goes into obtaining a result: workflow execution, system info, user interaction, captured...

Close #4912 Supersede #5036 (Really addresses the original #4903 but specifically just for start-up and shut-down graphs) Implements isolated initial and final graphs as special non-advancing cycle points, to avoid...

Some users have suggested Cylc needs this capability built in (of course you could roll your own with task scripting, but many users don't know how to do it): This...

When a task gets updated in the task states table, update the flow numbers too. Close #5143 **Check List** - [ ] I have read `CONTRIBUTING.md` and added my name...

bug

The task_states DB table gets a new entry for a given task ID if its flow numbers change. That's because we use the table to extract flow-wait status for historical...

bug

I have a user at NIWA who really dislikes the current formatting of config item deprecation warnings. Example: ```console $ cylc val . WARNING - deprecated items were automatically upgraded...

question

https://cylc.discourse.group/t/adding-new-task-to-succeeded-workflow-explicit-insertion/520/3 If a workflow completes and shuts down, but you want to start the scheduler again and trigger some new action (whether past tasks or new ones added to the...

small
question