Ensure _DISCARDED is not being cached. Fix #2825

Filtration is now being applied before caching the metadata, solving the issue where _DISCARD objects from previous runs were being retrieved from cache.
This commit is contained in:
jonasborges 2021-10-02 00:17:43 +01:00
commit f714f27c78
5 changed files with 41 additions and 4 deletions

3
RELEASE.md Normal file
View file

@ -0,0 +1,3 @@
Release type: patch
Address an issue where metadata flagged to be discarded was being cached.