add workflow 天润dynamic邮件同步,dev

This commit is contained in:
root 2024-08-19 10:51:47 +08:00
parent 1cddfd3e70
commit 870803e6ad
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ default_args = {
} }
dag = DAG('wf_dag_smart_ccc_dynamic_email', default_args=default_args, dag = DAG('wf_dag_smart_ccc_dynamic_email', default_args=default_args,
schedule_interval="5 11,16,10,14 * * 1-5", schedule_interval="5 10,14,16,12 * * 1-5",
catchup=False, catchup=False,
dagrun_timeout=timedelta(minutes=160), dagrun_timeout=timedelta(minutes=160),
max_active_runs=3) max_active_runs=3)