#33092: PyMemcacheCache backend fails when running as a wsgi application with
gevent worker class
--------------------------------------+------------------------------------
     Reporter:  Martijn van der Blom  |                    Owner:  nobody
         Type:  Bug                   |                   Status:  new
    Component:  Core (Cache system)   |                  Version:  3.2
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by aseem-md):

 Another issue I recently ran into is that
 `pymemcache.base.client.PooledClient.gets` does not have the same
 signature as `pymemcache.base.client.Client.gets`. The latter accepts
 `default` as a keyword argument whereas the former does not.

 When combined with the recommend configuration ignoring exceptions by
 setting `ignore_exc: True` you can run into a situation where calling
 `gets` there is an error that gets swallowed despite the value being in
 the cache and you get nothing back. This took a while to track down and
 debug.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33092#comment:13>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018abeb69e9a-f27b3e96-0631-4e17-a289-6180d903dc25-000000%40eu-central-1.amazonses.com.

Reply via email to