Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Conversation

StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented Apr 12, 2018

Fixes #679

At the point that cacheInvalidationRequests are being handled, we already know the data is invalid.
There is no reason to call RefreshCache on them and go through that pipeline again.
Furthermore that pipeline is currently waiting for valid data, so it will not fire off the invalidation events a second time.

At this point we know these values have already been marked as invalid.
There is no reason to call RefreshCache on them and go through that
pipeline again. Furthermore that pipeline is currently waiting for valid
data, so it will not fire off the invalidation events a second time.
@StanleyGoldman StanleyGoldman requested a review from shana April 12, 2018 14:44
@shana shana merged commit 46a624c into master Apr 12, 2018
@shana shana deleted the fixes/cache-invalidation-on-start branch April 12, 2018 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants