-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable cache #764
Comments
At least for searches, a run-time checkbox (visible only to staff) would be helpful for monitoring historical ingest progress, and doing regular (5 minute?) tests on response time (put into grafana, and triggering alerts if searches fail or take too long). I did a (VERY) quick look to see how search results are cached, and didn't see it in web-search (but I don't think I looked at the providers library). I'd be happy to do the backend bits of this! |
I made an attempt to allow disabling of caching in mc-providers here: mediacloud/mc-providers#32 |
Posted this in the providers#32, but repeating this here: https://stackoverflow.com/questions/77919265/django-can-i-force-a-request-to-bypass-the-cache-even-if-the-cache-key-already |
While testing the mediacloud stack, the cache sometimes gets in the way of being able to reproduce certain performance bugs. The ability to toggle it off (probably via an environment variable at launch) would go a long way to making this easier to test
The text was updated successfully, but these errors were encountered: