Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count #80314

Open
FabianDill mannequin opened this issue Feb 27, 2019 · 1 comment
Open

ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count #80314

FabianDill mannequin opened this issue Feb 27, 2019 · 1 comment
Labels
3.8 only security fixes stdlib Python modules in the Lib dir topic-multiprocessing

Comments

@FabianDill
Copy link
Mannequin

FabianDill mannequin commented Feb 27, 2019

BPO 36133

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2019-02-27.11:40:15.444>
labels = ['3.8', 'library']
title = 'ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count'
updated_at = <Date 2019-02-27.11:40:15.444>
user = 'https://bugs.python.org/FabianDill'

bugs.python.org fields:

activity = <Date 2019-02-27.11:40:15.444>
actor = 'Fabian Dill'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-02-27.11:40:15.444>
creator = 'Fabian Dill'
dependencies = []
files = []
hgrepos = []
issue_num = 36133
keywords = []
message_count = 1.0
messages = ['336745']
nosy_count = 1.0
nosy_names = ['Fabian Dill']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue36133'
versions = ['Python 3.8']

@FabianDill
Copy link
Mannequin Author

FabianDill mannequin commented Feb 27, 2019

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.

@FabianDill FabianDill mannequin added 3.8 only security fixes stdlib Python modules in the Lib dir labels Feb 27, 2019
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 only security fixes stdlib Python modules in the Lib dir topic-multiprocessing
Projects
Status: No status
Status: No status
Development

No branches or pull requests

1 participant