diff --git a/dev/workflow/TK_Cust/smart_ccc_custom/天润Smart-ccc客户数据/wf_dag_smart_ccc_custom.py b/dev/workflow/TK_Cust/smart_ccc_custom/天润Smart-ccc客户数据/wf_dag_smart_ccc_custom.py index c23337c..d56bf2a 100644 --- a/dev/workflow/TK_Cust/smart_ccc_custom/天润Smart-ccc客户数据/wf_dag_smart_ccc_custom.py +++ b/dev/workflow/TK_Cust/smart_ccc_custom/天润Smart-ccc客户数据/wf_dag_smart_ccc_custom.py @@ -24,7 +24,7 @@ default_args = { } dag = DAG('wf_dag_smart_ccc_custom', default_args=default_args, -schedule_interval="0 0-23/8 * * *", +schedule_interval="0 0-23/1 * * *", catchup=False, dagrun_timeout=timedelta(minutes=160), max_active_runs=3)