As an aside, it would be ideal if the workerCount were using os.availableParallelism() instead of os.Cpus to allow reducing the cpu count with taskset, but that doesn't currently affect the number of async tasks being executed.
This feature was added in 18.14, let's roll this into our node 22 update.
From https://github.com/BugSplat-Git/symbol-upload/issues/119
As an aside, it would be ideal if the workerCount were using os.availableParallelism() instead of os.Cpus to allow reducing the cpu count with taskset, but that doesn't currently affect the number of async tasks being executed.
This feature was added in 18.14, let's roll this into our node 22 update.