add workflow 天润Smart-ccc会话数据,dev

This commit is contained in:
root 2024-08-29 21:58:11 +08:00
parent 7dba83daec
commit d1603fe9d1
1 changed files with 19 additions and 19 deletions

View File

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