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

This commit is contained in:
root 2024-08-02 22:01:29 +08:00
parent 64f80cbe7f
commit eb1934c41d
1 changed files with 1 additions and 1 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/8 * * *",
schedule_interval="0 0-23/1 * * *",
catchup=False,
dagrun_timeout=timedelta(minutes=160),
max_active_runs=3)