Skip to content

Commit d380c4b

Browse files
committed
fix: put back comment
1 parent 15e6911 commit d380c4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_concurrency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def fake_bootstrap_run(handler, lambda_runtime_client):
4242
"awslambdaric.lambda_multi_concurrent_utils.multiprocessing.Process",
4343
ctx.Process,
4444
):
45+
# spawn 4 multi-concurrent processes
4546
MultiConcurrentRunner.run_concurrent(
4647
self.handler, self.addr, self.use_thread, self.socket, max_concurrency=4
4748
)

0 commit comments

Comments
 (0)