bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
752 stars 296 forks source link

Use a global bounded threadpool when using persistent workers #6508

Closed sfc-gh-mgalindo closed 1 week ago

sfc-gh-mgalindo commented 1 week ago

Checklist

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

Discussion thread for this change

Issue number: intellij/issues/5362

Description of this change

Using one per worker request causes the OS to run out of threads

google-cla[bot] commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

sgowroji commented 1 week ago

Hi @sfc-gh-mgalindo, Could you please sign the CLA ?

sfc-gh-mgalindo commented 1 week ago

Hi @sfc-gh-mgalindo, Could you please sign the CLA ?

@sgowroji done

tpasternak commented 1 week ago

Thank you @sfc-gh-mgalindo