[issue14119] Ability to adjust queue size in Executors

Alexander Mohr report at bugs.python.org
Mon Nov 2 01:58:55 EST 2015


Alexander Mohr added the comment:

adding support for internal queue size is critical to avoid chewing through all your memory when you have a LOT of tasks.  I just hit this issue myself.  If we could have a simple parameter to set the max queue size this would help tremendously!

----------
nosy: +thehesiod

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14119>
_______________________________________


More information about the Python-bugs-list mailing list