Ronnie Dutta
Ronnie Dutta
Partially addresses https://github.com/cylc/cylc-flow/issues/3647 When investigating an issue, the repeated logging of a batch jobs-submit command was rather irritating and hampered looking through the scheduler log. #### Repro Have a workflow...
#### Repro Any simple workflow ``` $ cylc broadcast wflow -p 1 -n foo -s '[job]execution time limit' Traceback (most recent call last): File ".../bin/cylc", line 9, in sys.exit(main()) ^^^^^^...
Follow-up to #7088 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch by...
```cylc [scheduler] allow implicit tasks = True [scheduling] initial cycle point = 2024-01-01 [[graph]] PT3H = get_observations => consolidate_observations +PT6H/PT6H = """ consolidate_observations => forecast consolidate_observations[-PT3H] => forecast consolidate_observations[-PT6H] =>...
### Description When stopping a couple of big NWP workflows that had been running for ~ a dozen days, they took several minutes to actually shut down after the `cylc...
### Reproducible Example Start this workflow paused (it helps if you have as many platforms as possible to choose from in the subshell): ```cylc [scheduling] [[graph]] R1 = foo [runtime]...
### Description Clearing a broadcast does not reset the GraphQL `Runtime` data/config. It still reflects any broadcasts that were applied up to this point. Possibly the data store is not...
### Problem When broadcasting `run mode = skip` to a an entire cycle point, I have found that the tasks can be sat there in the queued state when they...
### Description The `-k`/`--display-task` option of `cylc broadcast` does nothing. There are no tests for it either. ### Reproducible Example ```console $ cylc broadcast wflow -p 1 -n foo --set...
## Description Clicking on a tab in a tab bar does not cause in-DOM context menus to close etc. ## Reproduce 1. Open something that depends on a click outside...