Staging instance, all changes can be removed at any time

Skip to content

Fix crash when memcache server is not available

vlorentz requested to merge memcache-errors into master
  • used the ignore_exc option of PyMemcacheCache to treat memcache/network errors as cache misses
  • remove a backward compatible setting to handle django <= 3.2
  • handle (send to sentry) all Exceptions that arise while setting or getting a value from the cache
Edited by Renaud Boyer

Merge request reports

Loading