Closed
Bug 1098466
Opened 11 years ago
Closed 11 years ago
API whitelist fetched from ES is never cached
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
References
Details
When we fetch all supersearch fields from ES to supplement the API_WHITELIST on top of the baseline we're attempting to read from cache but we never, as far as I can see, write to that cache.
https://github.com/mozilla/socorro/blob/f74ed15cf446d1a79c20abbecc2375b0d6d8992f/webapp-django/crashstats/crashstats/models.py#L54-L75
Grepping around I only see `api_supersearch_fields_` being used in two place. One to *read* from the cache and one to *delete* from the cache.
Comment 1•11 years ago
|
||
Fixed in another bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•