Skip to content

Commit 5af17df

Browse files
Update index_and_normalise_notice_worker.py
1 parent 5f6caed commit 5af17df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dags/index_and_normalise_notice_worker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919

2020
@dag(default_args=DEFAULT_DAG_ARGUMENTS,
21+
max_active_runs=256,
22+
max_active_tasks=256,
2123
schedule_interval=None,
2224
tags=['worker', 'index_and_normalise_notice'])
2325
def index_and_normalise_notice_worker():

0 commit comments

Comments
 (0)