Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
General code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2021 at 13:09 UTC
Updated:
31 Aug 2021 at 07:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drunken monkeyComment #3
drunken monkeyBased on #3133997: Avoid query caching in Search API when a Search API Solr Exception is thrown, maybe let’s also set the cache max age of the query to 0 in case of database exceptions? Or should we attempt to determine whether they are temporary (e.g., DB server outage) or persistent (e.g., we generate an invalid query)?
I guess we are on the safe side caching less for now …
Comment #4
drunken monkeyCommitted.