derek-coveai
PPrisma
•Created by derek-coveai on 10/31/2024 in #help-and-questions
Is there a delay in cache invalidation taking effect?
We're on the Pro plan and have recently started using cache invalidation w/ our accelerate queries. We're seeing that queries immediately after cache invalidation are still getting the cached value - is this expected?
Our use-case is that we're storing user data in the cache w/ a sanitized version of the user email as cache tag. When a new user signs-up, they'll originally have a
null
value in the cache. After we create the user in our DB, we invalidate the cache, but we see that queries still get the null
value for 1-2 seconds after invalidation. What is the typical delay for invalidating the cache?7 replies