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
For New Relic, we want to find a way to store/index all logs onto something on AWS. For Memcachier, we should find a suitable caching replacement on AWS.
The text was updated successfully, but these errors were encountered:
For what it's worth, I don't think we're actually using Memcache. Take a look at https://github.com/recalapp/recal/blob/master/settings/prod.py#L40 : this defines four separate caches. I did a brief search through the code and couldn't find any places where the memcache cache is used. The other caches are used quite a bit, and they are all backed by django.core.cache.backends.db.DatabaseCache
Memcache may eventually be useful, but I'm not sure we're at the point where django.core.cache.backends.db.DatabaseCache can't handle our use case.
I also think we stopped using New Relic a while back -- @dxue2012 would know better!
For New Relic, we want to find a way to store/index all logs onto something on AWS. For Memcachier, we should find a suitable caching replacement on AWS.
The text was updated successfully, but these errors were encountered: