I guess I should say the 40-50ms is e2e of the entire worker request and sending it back to the clie
I guess I should say the 40-50ms is e2e of the entire worker request and sending it back to the client.


api.cloudflare.com) to interact with KV or through a Worker? Does this happen consistently when requested in a specific way or from a specific location? And finally, are you able to share the full JSON output you get from the API? Thanks!
upstash even now.Cloudflare API in Pages Functions may also have been affected returning intermittent 500 errors.
A fix has been implemented and we are monitoring the results.
Cloudflare API in Pages Functions may also have been affected returning intermittent 500 errors.
A fix has been implemented and we are monitoring the results.

text and not json and logging the result.env.NAMESPACE.get(key, { type: "text" }); instead of env.NAMESPACE.get(key, { type: "json" }); for example.upstashjsonenv.NAMESPACE.get(key, { type: "text" });env.NAMESPACE.get(key, { type: "json" });