浏览代码

changed max runs for dag9

Avik Datta 3 年之前
父节点
当前提交
be8a70ed8a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dags/dag9_tenx_single_cell_immune_profiling.py

+ 2 - 0
dags/dag9_tenx_single_cell_immune_profiling.py

@@ -51,6 +51,8 @@ dag = \
     schedule_interval=None,
     tags=['hpc','analysis','tenx','sc'],
     default_args=default_args,
+    concurrency=100,
+    max_active_runs=20,
     orientation='LR')
 
 with dag: