-
Notifications
You must be signed in to change notification settings - Fork 4k
Fix regional caching of tag cache #3504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
The regional tag cache was kind of broken.
If one tag was revalidated and some cache entry using it was updated, it would make other cache entry depending on that tag cache thinks that they were not stale.
It was very visible for customization update on a multi section website.
Still need some test (especially deployed), and ideally we'd need to find a way to test this in an e2e test.
Link to the OpenNext PR opennextjs/opennextjs-cloudflare#820