Issue 36133: ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count (original) (raw)
Issue36133
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/80314
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:11 | admin | set | github: 80314 |
2019-02-27 11:40:15 | Fabian Dill | create |