ker0olos
ker0olos7mo ago

Deno Deploy KV: Gateway Timeout

I been using KV on this project since closed beta and it worked great, but since yesterday Write OPs keep timing out. Read OPs work fine. I thought it might be that I went over the monthly quota but I checked more than once and it appears that I have some left.
No description
No description
1 Reply
Deno AI Helper
Deno AI Helper7mo ago
I wasn't able to find the answer to your question in the official Deno documentation. However, based on the information you've provided, it seems like you're experiencing timeouts specifically with Write Operations (Write OPs) in Deno Deploy KV, while Read Operations (Read OPs) are working fine. Without more specific details, it's difficult to provide a precise solution, but here are a few general suggestions that might help: 1. Ensure that your write operations are not exceeding the size limits for KV values. There might be restrictions on the size of the data you can store in a single operation. 2. Check if there's an unusually high number of write operations being performed in a short time span, which could potentially lead to rate limiting or timeouts. 3. Consider whether there have been any recent changes to your code or the data structure that might be causing the write operations to take longer than usual. Please note that this advice is not based on the Deno documentation, and I would recommend double-checking the accuracy of these suggestions. If the issue persists, you might want to reach out to the Deno community or support channels for further assistance.