SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Remove caching of api/fields due to memcached size limit #1296

Closed rfrenchseti closed 1 year ago

rfrenchseti commented 1 year ago

Description of changes:

memcached has a 1MB limit on cached data, which we now exceed when returning /api/fields.json with a full database (but not with a test database). Caching has been removed for this API call and the relevant tests have also been removed.

Known problems:

/api/fields is now slower...

rfrenchseti commented 1 year ago

This branch is now running on the production server and successfully solved the problem with the log analyzer crashing.