-
Extism continues to be a delight to work with.
I realized that Extism probably has limited support for automatic concurrency, especially when calling host functions or the HTTP API. I verified that…
-
We believe [tasks are the wrong abstaction](https://blog.yoshuawuyts.com/tasks-are-the-wrong-abstraction/). Lets instead make it as easy as possible for wstd users to use the right abstraction by re-e…
-
Hi,
It seems that if I send multiple requests at the same time, the service starts to slow down or occasionally fails to process them correctly or starts generating weird things. I’m not sure if th…
-
Is it possible to set a concurrency limit for a specific queue? Like limit concurrency per user ID?
-
When I first started learning go, the question came up, (naturally with others, I would expect) do I just blindly call go for every invocation (100,000 times) and use a waitgroup, do I spin a magic nu…
-
Hey Tom, still loving your lib. (And loved your recent talk on effectful vs. bluefin.)
I am considering to port https://github.com/maralorn/nix-output-monitor to bluefin which currently uses transf…
-
I am trying to understand how simultaneous HTTP requests are handled within this project and was hoping for some guidance. Specifically, I am interested in knowing:
1. **Concurrency Handling**: Doe…
-
### Is your feature request related to a problem?
Able to control concurrency of a single RPC query, to allow multiple queries to run at the same time. Eg splitting up expensive queries into selfco…
-
Reject search requests with `TooManyRequests` when too many requests are in flight. This should be done at the root search level.
-
## Description
There seems to be a clear issue related to how `lightgbm` handles resource sharing. When restricting the number of cores associated with a process, the runtime increases significantly.…