SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

sift.client.ApiException: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) #83

Closed StevenLudwig closed 2 years ago

StevenLudwig commented 2 years ago

Hello!

I have the same problem, we are using asynchronous microservices where we are tracking events with Sift sdk with python language, I am controlling the problem with a retry when it fails but the error rate is very high. It looks like the sift sdk is not 'ready' and keeps crashing when still being used... the error trace is coming from the sift sdk connection layer

paul-english commented 2 years ago

Same as https://github.com/SiftScience/sift-python/issues/82