You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Andi Pl (JIRA)" <ji...@apache.org> on 2017/02/08 14:25:41 UTC

[jira] [Updated] (AIRFLOW-851) Docs: Info how to cancel a running job

     [ https://issues.apache.org/jira/browse/AIRFLOW-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Pl updated AIRFLOW-851:
----------------------------
    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:
{code}
ps -aux  | grep "bash script name"
kill pid
{code}

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.

  was:
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:
{code:bash}
ps -aux  | grep "bash script name"
kill pid
{code}

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.


> Docs: Info how to cancel a running job
> --------------------------------------
>
>                 Key: AIRFLOW-851
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-851
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: docs, Documentation
>            Reporter: Andi Pl
>
> 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:
> {code}
> ps -aux  | grep "bash script name"
> kill pid
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)