Skip to content

Draft: turn of amazon elasticache in favor of memcached in docker

Alexander Pace requested to merge memcached into master

the amazon aws elasticache server is sort of sitting there consuming money, so modify the docker deployment to spin up a memcached container over the same network as the gracedb app. Then use the same backend to just write to that service instead.

Merge request reports