气流:增加气流任务超时时间

时间:2020-07-20 20:01:36

标签: airflow

我遇到了一些我的一些任务超时的问题。当任务重新运行或我重试该任务时,它工作正常。

是否有办法在配置中或DAG本身中增加超时以避免这些错误?

ERROR - Process timed out
ERROR - Failed to import: /home/ec2-user/airflow/dags/dse/mydag.py

airflow.exceptions.AirflowTaskTimeout: Timeout
    
airflow.exceptions.AirflowException: dag_id could not be found: mydag. Either the dag did not exist or it failed to parse.

0 个答案:

没有答案
相关问题