Skip to content Skip to sidebar Skip to footer
Showing posts with the label Grequests

Unable To Import Grequests For Aws Lambda

I'm running an AWS Lambda script with a Python 2.7 runtime. However, whenever it initializes it… Read more Unable To Import Grequests For Aws Lambda

Gevent / Requests Hangs While Making Lots Of Head Requests

I need to make 100k head requests, and I'm using gevent on top of requests. My code runs for a … Read more Gevent / Requests Hangs While Making Lots Of Head Requests