소스 검색

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: