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:24:48 UTC

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

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


With regards,
Apache Git Services

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

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #7992: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7992#issuecomment-605727060
 
 
   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

----------------------------------------------------------------
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 commented on issue #7992: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
dimberman commented on issue #7992: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7992#issuecomment-605727263
 
 
   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 :)

----------------------------------------------------------------
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 #7992: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #7992: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7992#issuecomment-605729176
 
 
   However, if I answered, someone can find this ticket, see the answer and add documentation.

----------------------------------------------------------------
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 #7992: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
dimberman closed issue #7992: Docs: Info how to cancel a running job
URL: 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] mik-laj commented on issue #7992: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #7992: Docs: Info how to cancel a running job
URL: https://github.com/apache/airflow/issues/7992#issuecomment-605729057
 
 
   This ticket is still not finished because there is no documentation. There is only my answer, but someone has to add documentation.

----------------------------------------------------------------
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 opened a new issue #7992: Docs: Info how to cancel a running job

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services