add workflow 天润Smart-ccc客户数据,dev

This commit is contained in:
root 2024-08-02 19:39:30 +08:00
parent a51362e9cb
commit e376bde403
1 changed files with 27 additions and 27 deletions

View File

@ -24,7 +24,7 @@ default_args = {
}
dag = DAG('wf_dag_smart_ccc_custom', default_args=default_args,
schedule_interval="0 0-23/1 * * *",
schedule_interval="0 0-23/8 * * *",
catchup=False,
dagrun_timeout=timedelta(minutes=160),
max_active_runs=3)