spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.46k stars 331 forks source link

Support for request throttling #94

Closed withtwoemms closed 6 years ago

withtwoemms commented 8 years ago

Would be nice to be able to pass a size param to the grequests.map function to control the number of greenlets spawned at a given time.

xennygrimmato commented 7 years ago

Is there any update on this issue? @kennethreitz

jontesek commented 7 years ago

@withtwoemms It's merged, pls close the issue.

https://github.com/kennethreitz/grequests/blob/master/grequests.py#L108