add workflow 泰克客户,dev

This commit is contained in:
root 2024-05-13 15:30:12 +08:00
parent d95d1f410c
commit 63173915e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ default_args = {
}
dag = DAG('wf_dag_tk_cust', default_args=default_args,
schedule_interval="30 18 * * 1",
schedule_interval="30 18 * * 5",
catchup=False,
dagrun_timeout=timedelta(minutes=160),
max_active_runs=3)