Ido Ben Amram
Ido Ben Amram
i agree i think you should still support the command line flags, config files (with 1 line) in every project is very cumbersome.
i can write the pr myself, but i would like to know which option fits better with your design (and that you like more)
i don't have premissions to open a new branch for the pull request, do u want me to open it from a fork?
hey, tell me if there is anything i can do to help
very cool, thanks so much for the update
Hi! currently it happened in production so its kinda hard to know why (tho it is in an isolated tokio task), it was working for quite some time (~ a...
also i will say, as a hunch, that this is something pretty new because we have been working with your project for a while and i have only seen this...
i have been trying to reproduce it with a simple code, but have not been able to... ``` use std::sync::Arc; use rand::{rngs::StdRng, Rng, SeedableRng}; async fn inner_task(task_num: usize, limiter: Arc)...
we have a time limit on our insert so we can see if it fails.
yes, but the timeout is only on the insert, meaning it looks something like ``` fn insert(rows: _) { // first try to acquire self.limiter.acquire(size).await;