You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/30 00:26:05 UTC

[GitHub] [airflow] dimberman opened a new issue #7994: Docs: Info how to cancel a running job

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


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on issue #7994: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #7994: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7994#issuecomment-605727329
 
 
   Duplicate: https://github.com/apache/airflow/issues/7992

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] dimberman closed issue #7994: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
dimberman closed issue #7994: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7994
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services