From faf40f5a508002a192e1506525054f7056d76b18 Mon Sep 17 00:00:00 2001 From: Douglas Thain Date: Thu, 18 Feb 2021 12:02:47 -0500 Subject: [PATCH] Factory API changed: master -> manager --- tests/wq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wq.py b/tests/wq.py index 78fdf603a..559866212 100755 --- a/tests/wq.py +++ b/tests/wq.py @@ -46,7 +46,7 @@ def work_queue_example(environment_file): 'Data': ['./samples/nano_dimuon.root'] } - workers = wq.Factory(batch_type='local', master_host_port='localhost:{}'.format(work_queue_port)) + workers = wq.Factory(batch_type='local', manager_host_port='localhost:{}'.format(work_queue_port)) workers.max_workers = 1 workers.min_workers = 1 workers.cores = 4