This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count
Type: Stage:
Components: Library (Lib) Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Fabian Dill
Priority: normal Keywords:

Created on 2019-02-27 11:40 by Fabian Dill, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg336745 - (view) Author: Fabian Dill (Fabian Dill) Date: 2019-02-27 11:40
The request is, that the _max_workers attribute of the pools are exposed as a proper interface, that would allow changing of the worker amount after initialisation.
History
Date User Action Args
2022-04-11 14:59:11adminsetgithub: 80314
2019-02-27 11:40:15Fabian Dillcreate