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

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

Socket.getaddrinfo() Block Forever When Using With Gevent

Using httplib2, I am sending multiple requests with gevent, after some time http.request() method o… Read more Socket.getaddrinfo() Block Forever When Using With Gevent

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