Re: "Operation now in progress" error on delete

2019-04-09 Thread dormando
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

Re: "Operation now in progress" error on delete

2019-04-09 Thread Alex Bliskovsky
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

Re: "Operation now in progress" error on delete

2019-04-09 Thread dormando
That's not a protocol error. What client/language/etc are you using? On Tue, 9 Apr 2019, abliskov...@fusionbox.com 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

"Operation now in progress" error on delete

2019-04-09 Thread abliskovsky
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 -- ---