summary refs log tree commit diff
path: root/docs/development/internal_documentation (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-17Add index to cache invalidations (#12747)Erik Johnston3-0/+27
For workers that rarely write to the cache the `get_all_updated_caches` query can become expensive if the worker falls behind when reading the cache.
2022-05-17Track in memory events using weakrefs (#10533)<