Project

General

Profile

Bug #20203

Updated by Peter Amstutz about 1 year ago

If the filesystem underlying the API server's cache is full, it can get into a situation where requests for cached documents return a 200 OK with an empty response. 

 #20187 is meant to help mitigate this for the discovery document. We should investigate if there are other routes where this can happen, and if possible, return an error code in those cases. 

 Investigate other uses of the rails cache and see if they are needed any more.    Also investigate if we should switch over to a memory cache so it doesn't rely on disk. 

Back