Skip to content

Commit

Permalink
cylc scan: Update CHANGES.md + on daemonize help
Browse files Browse the repository at this point in the history
Note that `cylc scan --name=PATTERN` will require a pattern to match
full names of suites.
  • Loading branch information
matthewrmshin committed May 16, 2018
1 parent 53c660e commit 66bffb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ from multi-line `script` items in task definitions, for cleaner job scripts.

### Fixes

[#2666](https://github.com/cylc/cylc/pull/2666) - `cylc scan`: fix default
behavior to only obtain suite information from the `~/cylc-run/` of the current
user. This is consistent with `cylc gscan`. However, the `--name=PATTERN`
(`-n PATTERN`) option has also been modified to be consistent with
`cylc gscan`, so `cylc scan --name=bar` will only match the suite `bar` but not
the suites `foobar` and `barbaz`.

[#2593](https://github.com/cylc/cylc/pull/2593) - fix polling after job
execution timeout (configured pre-poll delays were being ignored).

Expand Down
2 changes: 1 addition & 1 deletion lib/cylc/daemonize.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$ cylc get-suite-contact %(suite)s
Other ways to see if the suite is still running:
$ cylc scan -n '\b%(suite)s\b' %(host)s
$ cylc scan -n '%(suite)s' %(host)s
$ cylc ping -v --host=%(host)s %(suite)s
$ ps %(ps_opts)s %(pid)s # on %(host)s
Expand Down

0 comments on commit 66bffb0

Please sign in to comment.