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

How to kill working job that failed to start #23

Closed
tilfin opened this issue Nov 22, 2016 · 2 comments
Closed

How to kill working job that failed to start #23

tilfin opened this issue Nov 22, 2016 · 2 comments

Comments

@tilfin
Copy link

tilfin commented Nov 22, 2016

At first, thank you for providing useful OSS!

We struggle with jobs that remain working status.
I guess there are jobs failed not to assign a worker of the executor.
They can not be operated at all on Web UI.
We want the way to force them to stop.

@eisuke
Copy link
Member

eisuke commented Nov 22, 2016

  1. Access your remain working "Job Instance Details" page ( /definitions/:definition_id/instances/:instance_id )
  2. Press Backslash (\) key.
  3. The "Cancel" button turn into the "Force Cancel" button.
    force_cancel_button
  4. Press "Force Cancel" button.

This "Force Cancel" button updates the job instance status to cancel without checking the executor state.
I'm sorry It is undocumented feature.

@tilfin
Copy link
Author

tilfin commented Nov 22, 2016

なんと!ありがとうございます。

@tilfin tilfin closed this as completed Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants