You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/cloudflare/caching.mdx
+19-26Lines changed: 19 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,23 +53,21 @@ In your project's OpenNext config, enable the KV cache and set up a queue.
53
53
54
54
The memory queue will send revalidation requests to a page when needed, and offers support for de-duplicating requests on a per-isolate basis. There might still be duplicate requests under high traffic or across regions.
55
55
56
+
<Callouttype="warning">
57
+
The memory queue provided by `@opennextjs/cloudflare` is not fully suitable for production deployments, you
0 commit comments