Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround thread safety issue by limiting worker count
The original intent of this code was to workaround a thread safety issue. However, according to the `poetry` maintainer, the more "future proof" workaround is [to limit the worker count rather than disable the new installer](python-poetry/poetry#3010 (comment)). The underlying root issue is supposedly resolved in [newer versions of `poetry`](python-poetry/poetry#3010 (comment)), which I will do in a follow-on PR. But wanted to first update the workaround so that if we need to revert the upgrade we still have the better workaround in place.
- Loading branch information