ResonantGeoData / RD-OpenGeo

Resonant GeoData primary deployment
https://www.resonantgeodata.com
Apache License 2.0
5 stars 3 forks source link

Add memcached to Heroku #21

Open banesullivan opened 2 years ago

banesullivan commented 2 years ago

Leverage our recent support of memcached in RGD and hook it up to a new Memcached server on Heroku

banesullivan commented 2 years ago

Done in 3090ecf, dffc9cc, e3203fd

See also: https://github.com/girder/django-composed-configuration/issues/163

banesullivan commented 2 years ago

Having trouble. See DEBUG commits. The configuration sets this up but then it is reset to the default value of

>>> settings.CACHES
{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}

No idea why this is going awry. Though it looks like large-image working with it

banesullivan commented 2 years ago

It is currently added, but not working