Skip to content

Commit 86861ac

Browse files
committed
test: run_local.sh has parallel workers
1 parent 07d1f71 commit 86861ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run_local.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ uvicorn --factory diracx.testing.routers:create_app --reload > "${tmp_dir}/logs/
174174
diracx_pid=$!
175175
diracx-task-run scheduler > "${tmp_dir}/logs/scheduler.log" 2>&1 &
176176
scheduler_pid=$!
177-
diracx-task-run worker --worker-size small --max-concurrent-tasks 1 > "${tmp_dir}/logs/worker-sm.log" 2>&1 &
177+
diracx-task-run worker --worker-size small --max-concurrent-tasks 3 > "${tmp_dir}/logs/worker-sm.log" 2>&1 &
178178
worker_small_pid=$!
179-
diracx-task-run worker --worker-size medium --max-concurrent-tasks 1 > "${tmp_dir}/logs/worker-md.log" 2>&1 &
179+
diracx-task-run worker --worker-size medium --max-concurrent-tasks 2 > "${tmp_dir}/logs/worker-md.log" 2>&1 &
180180
worker_medium_pid=$!
181181
diracx-task-run worker --worker-size large --max-concurrent-tasks 1 > "${tmp_dir}/logs/worker-lg.log" 2>&1 &
182182
worker_large_pid=$!

0 commit comments

Comments
 (0)