denoland / denoland/deploy_feedback
[KV Feedback]: txnproxy call timed out
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### 🔍
- [X] Did you search for existing issues?
### Type of feedback
Bug report
### Description
Today, write requests to Deno KV failed again. According to my logs, the issue started 12/11/2024, 11:57:14 AM and ended 12/11/2024, 12:02:20 PM (timezone Europe/Berlin). In that time period, 135 writes to Deno KV failed. I have no logging if any writes succeeded.
```
Error: txnproxy call timed out
at async doAtomicWriteInPlace (ext:deno_kv/01_db.ts:629:10)
at async AtomicOperation.commit (ext:deno_kv/01_db.ts:408:26)
```
Affected regions:
- gcp-asia-northeast1
- gcp-asia-south1
- gcp-asia-southeast1
- gcp-australia-southeast1
- gcp-europe-west2
- gcp-europe-west3
- gcp-me-west1
- gcp-southamerica-east1
- gcp-us-east4
- gcp-us-south1
- gcp-us-west2
What is the roadmap for Deno KV? When does Deno KV come out of beta?
### Steps to reproduce (if applicable)
Write to Deno KV, e.g. `await kv.atomic().sum(key, n).commit()`
### Expected behavior (if applicable)
Write succeeds.
### Possible solution (if applicable)
_No response_
### Additional context
Previous occurrence: https://github.com/denoland/deploy_feedback/issues/738
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.