add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-17 18:23:08 +08:00
parent 0be47f9685
commit efb8b6669f
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ dag = DAG('wf_dag_agents_market_newsletter', default_args=default_args,
schedule_interval="0 18 * * 5", schedule_interval="0 18 * * 5",
catchup=False, catchup=False,
dagrun_timeout=timedelta(minutes=160), dagrun_timeout=timedelta(minutes=160),
max_active_runs=3) max_active_runs=3,
tags=['64cbd1bbced14209b5e3a879f89e8ab1','TK_Cust','市场-Agents调度'])
)
task_failed = EmailOperator ( task_failed = EmailOperator (
dag=dag, dag=dag,