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
Currently, an in-memory cache using for caching data. If two or more proxy replicas are launched, cache desynchronization issues arise. As a result, different proxy replicas provide different sets of tags in response to requests.
To resolve this issue, it is possible to use, for example, Redis as a cache.