Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor - odd order of output from cylc stop --max-polls command #6474

Open
ColemanTom opened this issue Nov 12, 2024 · 0 comments
Open

Minor - odd order of output from cylc stop --max-polls command #6474

ColemanTom opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something is wrong :(
Milestone

Comments

@ColemanTom
Copy link
Contributor

Description

I noticed a fairly cosmetic (in my opinion) bug with cylc stop --max-polls. It does not print out the command queued until after everything is stopped.

e.g.

$ cylc stop --max-polls=10 --interval=10 --kill handler/run2 basic-workflow/run1
.
..
handler/run2: Command queued
basic-workflow/run1: Command queued

Reproducible Example

  1. Launch two workflows
  2. Run cylc stop --max-polls=10 --interval=10 first second
  3. See the output

Expected Behaviour

I would have expected the command queued to be printed out immediately, and then the .'s.

@ColemanTom ColemanTom added the bug Something is wrong :( label Nov 12, 2024
@oliver-sanders oliver-sanders added this to the some-day milestone Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

No branches or pull requests

2 participants