-
とうとうtokioのMSRVが1.70になったので (https://github.com/tokio-rs/tokio?tab=readme-ov-file#supported-rust-versions)
1.75.0あたりまで一気に引き上げて良さそう
-
# Repro steps
start redis server with `timeout 1`
```
use redis::aio::ConnectionManager;
use std::time::Duration;
async fn ping(con: &mut ConnectionManager) {
match redis::cmd("ping").qu…
-
Any chance the handles returned by Command::stdout() could be made async-capable? I spent a good deal of time seeing if I could somehow get them wrapped in a way that would allow tokio's AsyncReadBuf…
-
### Describe the bug
I'm afraid this is a particularly hard one to reproduce, but hopefully the stack trace helps someone point me in the right direction.
I have a tauri app that I am launching …
-
How to check against a certain error::Kind given a result eg coming from `query_one(...)`?
The [kind](https://github.com/sfackler/rust-postgres/blob/master/tokio-postgres/src/error/mod.rs#L340) enum …
-
**Version**
```
└── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
**Platform**
Debian 12
`Linux j 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GN…
-
# Error log
```log
err=db:Notice { storage: b"SFATAL\0VFATAL\0C53300\0Msorry, too many clients already\0Fproc.c\0L350\0RInitProcess\0\0", severity: Fatal, message: (22, 53), code: (15, 20) }
```
…
-
As a start to profiling our code to find inefficiencies / bottlenecks, we should instrument all the tokio tasks in the agents codebase with [tokio-metrics](https://crates.io/crates/tokio-metrics). The…
-
## Goal-State/What/Result
Have separate Tokio runtimes for query/AI computation (inference, embeddings, etc) and acceleration refreshes. The goal is that all queries should stay fast no matter what e…
-
I ran the image `v24.10.0a3`, and got an error related to the `hq`.
System: Ubuntu 24.04.1 LTS
```
You can also re-run HyperQueue server (and its workers) with the `RUST_LOG=hq=debug,tako=debug…