unstable_cache errors #59048
jrwpatterson
started this conversation in
Ideas
Replies: 1 comment
-
Yeah same problem. Any status? @jrwpatterson |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
Unstable_cache is great and on a website we are readying for production to be built in the next 3-4 months is working perfectly. But when an error happens on the backend that error is being cached for the long term meaning that without blowing away all cache and knowing that the error is there, all subsequent visits will hit the cached error.
Proposal
An option to turn on/off the caching of errors and ignoring cached errors and immediately going and revalidating any cache that errored out, plus the pages that called the cached end point.
Beta Was this translation helpful? Give feedback.
All reactions