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/10/02 11:09:00 UTC

[jira] [Commented] (AIRFLOW-5556) Should not use dagbag_import_timeout to time out DagFileProcessor

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

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

Commit 778a00dfa0a483e4eded2cad9e267b90cb2c19ea in airflow's branch refs/heads/v1-10-stable from Ping Zhang
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=778a00d ]

[AIRFLOW-5556] Add separate config for timeout from scheduler dag processing (#6186)

As of right now, it uses dagbag_import_timeout to control time out of
DagFileProcessor, which is intended to control the timeout of loading
python file, but the DagProcessor does a bit more so needs a longer
timeout.

(cherry picked from commit 2abf0f5b70970bcd16e8cf5846ba67cf3945ecae)


> Should not use dagbag_import_timeout to time out DagFileProcessor
> -----------------------------------------------------------------
>
>                 Key: AIRFLOW-5556
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5556
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 1.10.4, 1.10.5
>            Reporter: Ping Zhang
>            Assignee: Ping Zhang
>            Priority: Major
>             Fix For: 1.10.6
>
>
> since `dagbag_import_timeout` is used to control timeout `load_source` of airflow dag.



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