add workflow 市场-Agents调度,dev
This commit is contained in:
parent
fb3e8940b5
commit
aa140a7ec7
|
|
@ -47,7 +47,7 @@ task_id='agents_recuriments',
|
||||||
command='cd /data/airflow/etl/agents && python agents_recuriments.py',
|
command='cd /data/airflow/etl/agents && python agents_recuriments.py',
|
||||||
params={'my_param':"agents_recuriments"},
|
params={'my_param':"agents_recuriments"},
|
||||||
depends_on_past=False,
|
depends_on_past=False,
|
||||||
retries=3,
|
retries=1,
|
||||||
dag=dag)
|
dag=dag)
|
||||||
|
|
||||||
agents_recuriments >> task_failed
|
agents_recuriments >> task_failed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue