Vipin Sankhwar

Results 5 comments of Vipin Sankhwar

Can someone please take a look and help us with possible root causes? In the meantime, we have switched back the service to run in python2 where the issue is...

Hi @pajod Thanks for your quick response. Below is the requested config. Also sharing below a sample code on how we use multi threading in the APIs. There is no...

@pajod I tried with max_requests as low as 2 and high load(api requests) but I did not observe Attribute error. Nor did we observed the same in prod. I will...

An update: For us, issue looks to be related to Gevent incompatible urllib3 version. We are in process of testing this out with lower version of urllib3. Refer [this](https://github.com/urllib3/urllib3/issues/3061).

We no more see this issue in production after downgrading urllib3 version. LoopExit errors were possibly a false alarm as we still see these errors in prod occasionally however server...