Closed tavinathanson closed 7 years ago
Note that we need to clear our effects caches to make use of this PR. Should also result in a non-trivial version bump.
@jburos great idea! Just moved top_priority_maybe
. Good to merge on green?
@tavinathanson sorry if you didn't see my 👍 -- but yep good to go whenever you are ready. Once this has been merged I will update my pending PRs to be consistent with these changes.
In this PR, fixes for: https://github.com/hammerlab/cohorts/issues/253 and https://github.com/hammerlab/cohorts/issues/252
Instead of an "all_effects" cache, we now remove priority filtering from the small nonsyn. cache and the larger effects cache. If
all_effects
is true, we don't do priority filtering after generating our collections or pulling from the cache; otherwise, we do.Tried to test this pretty aggressively.