Closed f0rk closed 4 years ago
For the length of time, maybe it's possible you ran out of file descriptors? grequests also has issues with memory buildup over time, so perhaps memory is a concern here, too. If you're not passing in a session object to grequests.get
give that a shot.
Since this issue was opened a long time ago, I'm going to go ahead and close it though. Feel free to reopen if you're still available to participate.
A long running process (had been running for about 12 days) encountered the following exception:
This process regularly makes requests through grequests and does not do any other work with threads. I'm not sure what to file a bug against, whether it is grequests, urllib3, or gevent.