When 2 processes write to the same memcached key at once, it can lead to inconsistent results.
User optimistic locking (try / except + a number of retries) to eliminate it for recommendations caching. This should properly solve issues like FLM-1823
Description
When 2 processes write to the same memcached key at once, it can lead to inconsistent results.
User optimistic locking (try / except + a number of retries) to eliminate it for recommendations caching. This should properly solve issues like FLM-1823