cylc-flow
cylc-flow copied to clipboard
Log attempts to spawn off-sequence.
Log attempts to spawn at invalid cycle points. This make it easier to understand the examples of #4514, pending decisions on what to do about that issue.
These changes partially address ### These changes close #xxxx This is a small change with no associated Issue.
Requirements check-list
- [ ] I have read
CONTRIBUTING.md
and added my name as a Code Contributor. - [ ] Contains logically grouped changes (else tidy your branch by rebase).
- [ ] Does not contain off-topic changes (use other PRs for other changes).
- [ ] Applied any dependency changes to both
setup.py
andconda-environment.yml
.
- [ ] Appropriate tests are included (unit and/or functional).
- [ ] Already covered by existing tests.
- [ ] Does not need tests (why?).
- [ ] Appropriate change log entry included.
- [ ] No change log entry required (why? e.g. invisible to users).
- [ ] (master branch) I have opened a documentation PR at cylc/cylc-doc/pull/XXXX.
- [ ] (7.8.x branch) I have updated the documentation in this PR branch.
- [ ] No documentation update required.