-
Trying to async.gather user_tweets_and_replies gets bottlenecked when doing 10+ accounts at once, is there any way to properly scale this (with many accounts) with less delay in between calls?
-
## 🐛 Bug
The service started based on Meta-Llama-3.1-70B-Instruct fp8 will crash when running a large concurrency.
## To Reproduce
### convert model
refer this issue: #2982
### start s…
-
```rust
use wstd::io;
use wstd::iter::AsyncIterator;
use wstd::net::TcpListener;
#[wstd::main]
async fn main() -> io::Result {
let listener = TcpListener::bind("127.0.0.1:8080").await?;
…
-
The `OpenTelemetry::Context` uses a [fiber local Ruby Array](https://github.com/open-telemetry/opentelemetry-ruby/blob/08b1130ed265e82680c7845bc44ad9526d9a0a2e/api/lib/opentelemetry/context.rb#L130) t…
-
# Crash report
### What happened?
It's possible to segfault the interpreter by calling `initialize()` on a `concurrent.futures.interpreter.WorkerContext` instance that was created with the `shared` …
-
How to preheat 10 lambda deployed projects simultaneously?
Instead of preheating a lambda 10 times (i.e. calling a lambda 10 times instead of instantiating 10 lambda instances)
-
Looks like an interesting project, i've got one or two systems that have simple data requirements such that provisioning databases is overkill and this looks like it might help.
Just two questions
-…
-
-
With https://github.com/keycloak/keycloak/pull/33830 being merged, there is now a changelog based mechanism to update authentication sessions consistently even in concurrent environments (both single …
-
Right now if there is concurrent uploads with the same chunk size, there is no way to correctly choose chunks to reconstruct the file
Some workaround that could be implemented:
- randomize chunk s…