Skip to content

Commit 6ac7096

Browse files
Update worker_single_notice_process_orchestrator.py
1 parent c248e2e commit 6ac7096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/worker_single_notice_process_orchestrator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
NOTICE_ID = "notice_id"
3131
MAPPING_SUITE_ID = "mapping_suite_id"
32-
DAG_NAME = "worker_single_notice_process_orchestrator"
32+
DAG_NAME = "old_worker_single_notice_process_orchestrator"
3333

3434

3535
@dag(default_args=DEFAULT_DAG_ARGUMENTS,
3636
schedule_interval=None,
3737
max_active_runs=128,
3838
concurrency=128,
3939
tags=['worker', 'pipeline'])
40-
def worker_single_notice_process_orchestrator():
40+
def old_worker_single_notice_process_orchestrator():
4141
"""
4242
4343
:return:

0 commit comments

Comments
 (0)