[issue30782] Allow limiting the number of concurrent tasks in asyncio.as_completed

Lisa Roach report at bugs.python.org
Mon Sep 9 10:35:21 EDT 2019


Lisa Roach <lisaroach14 at gmail.com> added the comment:

I would like to see this implemented. I run into memory and speed issues when running with 1000+ tasks quite frequently, and have to write my own rate limiters around it.

It doesn't look to me that it is adding a large amount of complexity to as_completed. This was closed in 2017, perhaps it is worth revisiting?

----------
nosy: +lisroach

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30782>
_______________________________________


More information about the Python-bugs-list mailing list