Ver código fonte

changed max runs for dag9

Avik Datta 3 anos atrás
pai
commit
be8a70ed8a
1 arquivos alterados com 2 adições e 0 exclusões
  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: