dimberman opened a new issue #7992: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7992
 
 
   
   
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to