selwin / django-user_agents

A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device.
MIT License
640 stars 104 forks source link

Prevent failing requests due to cache system fail #43

Open sposs opened 3 years ago

sposs commented 3 years ago

I've observed that in some cases, memcache fails to write, resulting in an exception failing the requests. There is no reason to fail a request for that.