-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
When I first deploy my project and start testing, record caching is working swimmingly for my ID queries. However, I then throw a barrage of requests at the deployment (load testing), and after a short period of time where I see logging of items being put into the cache ("Version Store: renew") and items being fetched from cache ("UniqueCacheIndex") all of a sudden the logging from record-cache stops, and no more records are being cached.
Any idea what might cause it? I dont see anything in the logs (both rails and server) but perhaps I missed something.
Note that the app continues to work after record-caching stops working, its just that all data is queried from the DB.
Metadata
Metadata
Assignees
Labels
No labels