add workflow 市场-Agents调度,dev

This commit is contained in:
root 2025-11-17 18:30:16 +08:00
parent fb3e8940b5
commit aa140a7ec7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ task_id='agents_recuriments',
command='cd /data/airflow/etl/agents && python agents_recuriments.py',
params={'my_param':"agents_recuriments"},
depends_on_past=False,
retries=3,
retries=1,
dag=dag)
agents_recuriments >> task_failed