denoland / denoland/deploy_feedback
[Bug]: TypeError: txnproxy call timed out
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
I started seeing this error everywhere: TypeError: txnproxy call timed out
at async doAtomicWriteInPlace (ext:deno_kv/01_db.ts:628:10)
at async Kv.delete (ext:deno_kv/01_db.ts:112:20)
at async AuthDenoKvRepository.removeAuthToken (file:///src/models/auth/deno-kv-repository.ts:39:5)
at async validateAuthTokenAndCreateSession (file:///src/utils/validate-auth-token-and-create-session.ts:27:3)
at async AuthController.validateAuthToken (file:///src/controllers/auth.ts:77:21)
at async dispatch (file:///node_modules/.deno/hono@4.6.9/node_modules/hono/dist/compose.js:30:17)
at async file:///node_modules/.deno/hono@4.6.9/node_modules/hono/dist/validator/validator.js:81:5
at async dispatch (file:///node_modules/.deno/hono@4.6.9/node_modules/hono/dist/compose.js:30:17)
at async file:///src/main.ts:148:5
at async dispatch (file:///node_modules/.deno/hono@4.6.9/node_modules/hono/dist/compose.js:30:17)
I use DenoKV on Deno Deploy. Previously, everything worked perfectly, and I hasn't changed anything.
### Steps to reproduce
The error happens almost on any request to DenoKV.
### Expected behavior
I expect to not see any timeout error.
### Environment
Deno Deploy
### Possible solution
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.