You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/18 03:16:00 UTC

[jira] [Commented] (AIRFLOW-5936) Allow explicit get_pty in SSHOperator

    [ https://issues.apache.org/jira/browse/AIRFLOW-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998771#comment-16998771 ] 

ASF subversion and git services commented on AIRFLOW-5936:
----------------------------------------------------------

Commit 59118d3f4e0c213a7738680abcca60a75cc9c285 in airflow's branch refs/heads/v1-10-test from zzk-dev
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=59118d3 ]

[AIRFLOW-5936] Allow explicit get_pty in SSHOperator (#6586)

(cherry-picked from 150dd9465bc7f304e8de2664565e80cfbef3c55c)


> Allow explicit get_pty in SSHOperator
> -------------------------------------
>
>                 Key: AIRFLOW-5936
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5936
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 1.10.6
>            Reporter: Zikun Zhu
>            Priority: Major
>             Fix For: 1.10.7
>
>
> Currently when execution_timeout is reached for an SSHOperator task, the ssh connection will be closed but the remote process continues to run. In many scenarios, users might want the process to be killed upon task timeout. Giving users an explicit get_pty option achieves this goal.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)