You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I am investigating intermittent failures in a Django application when performing cache operations during Celery task execution which only emit error codes that don't seem to be documented. Would someone please clarify what these error codes mean? Is there some logical mapping of them to libmemcached errors?
Others have reported confusion about these error codes which supports my belief that they are not (clearly) documented anywhere. Clarifying this would be very helpful for users of this package.
Here are some examples of the error codes and cache operations:
error 3 from memcached_get
error 15 from memcached_get
error 15 from memcached_delete
error 21 from memcached_set
error 26 from memcached_get
error 47 from memcached_set
And this is my Django cache configuration, note that I am using a single cache host that's in a Docker container on the same machine as my Django application:
Interesting. I guess it’s because 1.1.x is newer than what we build against. In fact I thought libmemcached was basically stalled but I guess not!- LudvigOn 16 Dec 2024, at 17:00, Eliot V Scott ***@***.***> wrote:
Here are some related issues where other people report similar confusion about these error code:
memcached/memcached#114ContactEngineering/topobank#737zulip/zulip#14805
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Oh, interesting. Will you be looking into how this builds against 1.1.x in that case? Do you recommend using a specific, older version of libmemcached?
Hi everyone, I am investigating intermittent failures in a Django application when performing cache operations during Celery task execution which only emit error codes that don't seem to be documented. Would someone please clarify what these error codes mean? Is there some logical mapping of them to
libmemcached
errors?Others have reported confusion about these error codes which supports my belief that they are not (clearly) documented anywhere. Clarifying this would be very helpful for users of this package.
Here are some examples of the error codes and cache operations:
These are the package versions I'm using:
And this is my Django cache configuration, note that I am using a single cache host that's in a Docker container on the same machine as my Django application:
The text was updated successfully, but these errors were encountered: