cookpad / kuroko2

Kuroko2 is a web-based job scheduler / workflow engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to kill working job that failed to start

tilfin opened this issue · comments

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.

  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.

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