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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
The django.core.cache.backends.memcached.MemcachedCache backend is removed so we now are replacing this with PymemcacheCache in all of our IDAs, so we need to replace this for insights also.
The IDA/services which are using edx-django-utils as their direct-dependency. We will enable edx_django_utils.cache.disable_forced_cache_miss_for_none waffle switch for them from their admin panel link to doc
The text was updated successfully, but these errors were encountered:
The django.core.cache.backends.memcached.MemcachedCache backend is removed so we now are replacing this with
PymemcacheCache
in all of our IDAs, so we need to replace this for insights also.This service is deployed with GoCD.
https://docs.djangoproject.com/en/4.2/releases/4.1/#features-removed-in-4-1
Things to be done:
These are the config related changes which we will do:
One more thing to add:
direct-dependency
. We will enableedx_django_utils.cache.disable_forced_cache_miss_for_none
waffle switch for them from their admin panel link to docThe text was updated successfully, but these errors were encountered: