Well I don't know what that is offhand. Not much of a python user myself Some quick googling shows it's likely a timeout: https://github.com/lericson/pylibmc/issues/89 - there's nothing about deletes that would cause that specifically, so it might be happening all the time. Or you're calling deletes on the wrong object, batching them too much, causing protocol desync with bad keys (spaces/newlines)
hopefully someone else has something more insightful to say. On Tue, 9 Apr 2019, Alex Bliskovsky wrote: > I'm using Python 3.4, Django 1.11 and Django's version of PyLibMC. > > Alexander Bliskovsky, Software Engineer > fusionboxâ–ť > o: 303.952.7490 > > www.fusionbox.com > > This information is confidential and intended solely for the use > of the individual or entity to whom it is addressed. If you have > received this email in error please notify the sender. > > On Tue, Apr 9, 2019 at 2:49 PM dormando <[email protected]> wrote: > > > > That's not a protocol error. What client/language/etc are you using? > > > > On Tue, 9 Apr 2019, [email protected] wrote: > > > > > Hi, > > > > > > We are frequently getting the error "operation now in progress" when > > > attempting to delete keys from memcached, but I can find little > > > documentation about how to resolve them. Can anyone provide any > > > suggestions as to what to investigate to attempt to solve this issue? > > > > > > Thanks, > > > Alex > > > > > > -- > > > > > > --- > > > You received this message because you are subscribed to the Google Groups > > > "memcached" group. > > > To unsubscribe from this group and stop receiving emails from it, send an > > > email to [email protected]. > > > For more options, visit https://groups.google.com/d/optout. > > > > > > > > > > -- > > > > --- > > You received this message because you are subscribed to a topic in the > > Google Groups "memcached" group. > > To unsubscribe from this topic, visit > > https://groups.google.com/d/topic/memcached/51-8XUOBkpc/unsubscribe. > > To unsubscribe from this group and all its topics, send an email to > > [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "memcached" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
