uchicago-sg / caravel

A Re-Re-Refresh the UChicago Marketplace
https://marketplace.uchicago.edu
16 stars 3 forks source link

Add secondary cache in front of NDB. #248

Closed fatlotus closed 8 years ago

fatlotus commented 8 years ago

To reduce the total number of reads, I thought we might try removing NDB entirely. I also added an endpoint /_cache that lets us poke the cache status.

https://reduce-reads-dot-caravel-code-reviews.appspot.com

fatlotus commented 8 years ago

Unclear if this helps :(

georgeteo commented 8 years ago

Did you update the app.yaml permissions?

fatlotus commented 8 years ago

Hm?

fatlotus commented 8 years ago

oh and bump

georgeteo commented 8 years ago

Should we allow everyone to view _cache? Or admin only?

fatlotus commented 8 years ago

Bump! Now it is admin-only.

georgeteo commented 8 years ago

Okie dokes.