summary refs log tree commit diff
path: root/changelog.d/12747.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add index to cache invalidations (#12747)Erik Johnston2022-05-171-0/+1
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.