denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: Deno Deploy KV may be down #554

Closed evbogue closed 10 months ago

evbogue commented 10 months ago

Problem description

Seeing TypeError: KV reads quota is exhausted. but none of my projects have more than 500 reads this month.

Seeing Error: k.ranges is undefined in deno.dev dashboard when trying to view data tables.

This error appears across all projects.

Steps to reproduce

See above.

Expected behavior

Deno KV on Deploy should work until quota is reached.

Environment

No response

Possible solution

No response

Additional context

No response

evbogue commented 10 months ago

More info from the Deno team on Discord. Apparently this hit counter example app https://github.com/evbogue/deno-visits/blob/master/serve.js ran up 820k reads for some reason.

How the app did that I haven't been able to figure out yet. It should have wrote every time it was loaded, so not sure why the reads and the writes aren't the same.

evbogue commented 10 months ago

Turns out is a loop that requests from all of the edge functions calling kv.get onmessage. Closing.