Skip to content

stop_remaining_jobs does not stop submission of new jobs #116

@luator

Description

@luator

The stop_remaining_jobs command doesn't seem to work as intended.

Expected behaviour

Stop all running and pending jobs, do not submit new jobs, exit main loop.

Actual behaviour

Running and pending jobs are cancelled but the main loop is not exited, so new jobs will be submitted (at least when running hp_optimization, where new jobs are only submitted after running jobs finished.

Another funny thing I noticed: After calling it, I get a rather high number of failed jobs displayed in the "started execution" progress bar which then goes down over the next few seconds. So also something is wrongly counted there.


Anyway, if the purpose is to stop everything, do we actually need that command? Does it have any advantage over stopping with Ctrl+C?

See also discussion here: #114 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions