We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Could you advice me where to look for source of the following errors, which happen sometimes when I have relatively high request rate
self.cache_version = memcached.gets(self.cache_key)[1] #=> NotFound: error 16 from memcached_gets: SUCCESS
self._saved = memcached.cas(self.cache_key, self, self.cache_version, CART_CACHE_LIFETIME) #=> MemcachedError: error 21 from memcached_cas(catalog_cart_213): SUCCESS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Could you advice me where to look for source of the following errors, which happen sometimes when I have relatively high request rate
The text was updated successfully, but these errors were encountered: