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

Docs: Info how to cancel a running job #7992

Closed
dimberman opened this issue Mar 30, 2020 · 4 comments
Closed

Docs: Info how to cancel a running job #7992

dimberman opened this issue Mar 30, 2020 · 4 comments
Labels
kind:bug This is a clearly a bug

Comments

@dimberman
Copy link
Contributor

Ticket was created 08/Feb/17 14:24

Description

I am not sure how to kill a running Job.

We have long running bash jobs and sometimes find out, that there is an issue and we want to cancel them.

Right now we have to use ssh and do:

ps -aux | grep "bash script name"
kill pid

Maybe there is already a way to do it form the UI, but we could not figure it out. I would like to add documentation, how to do it.

Use case / motivation

Related Issues

Moved here from https://issues.apache.org/jira/browse/AIRFLOW-851

@mik-laj
Copy link
Member

mik-laj commented Mar 30, 2020

The task can be marked as success or not failed from the web interface. When the task changes state it will be automatically stopped.
https://airflow.readthedocs.io/en/latest/ui.html#task-instance-context-menu

@dimberman
Copy link
Contributor Author

Thank you @mik-laj. If there are any more tickets you know are handled either here or in JIRA please let me know so I can close them :)

@mik-laj
Copy link
Member

mik-laj commented Mar 30, 2020

This ticket is still not finished because there is no documentation. There is only my answer, but someone has to add documentation.

@mik-laj
Copy link
Member

mik-laj commented Mar 30, 2020

However, if I answered, someone can find this ticket, see the answer and add documentation.

@mik-laj mik-laj added area:docs kind:bug This is a clearly a bug labels Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

2 participants