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.

Author Markus Mohrhard
Recipients Markus Mohrhard, asvetlov, yselivanov
Date 2020-02-11.11:35:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581420918.89.0.0710307394.issue39609@roundup.psfhosted.org>
In-reply-to
Content
The ThreadPoolExecutor in BaseEventLoop.run_in_executor should set a thread_name_prefix to simplify debugging.

Might also be worth to limit the number of max threads. On our 256 core machines we sometimes get 1000+ threads due to the cpu_count() * 5 default limit.
History
Date User Action Args
2020-02-11 11:35:18Markus Mohrhardsetrecipients: + Markus Mohrhard, asvetlov, yselivanov
2020-02-11 11:35:18Markus Mohrhardsetmessageid: <1581420918.89.0.0710307394.issue39609@roundup.psfhosted.org>
2020-02-11 11:35:18Markus Mohrhardlinkissue39609 messages
2020-02-11 11:35:18Markus Mohrhardcreate