-
Hi!
I posted this question in the repo for off_broadway_kafka also, but i think this is the most correct place for it:
I have a problem when there is high throughput.
I get this error message a…
-
One of the things I've noticed when working with the Erlang RabbitMQ library is how easy it is to crash a process (usually through a fault of my own, e.g., by calling a function improperly -- wrong ty…
-
It would be nice if there was a function like this:
```
HTTPipe.Conn.new(%HTTPipe.Request{})
```
Example of how I am doing it now:
```
req = %HTTPipe.Request{
method: :post,
…
-
The bot was logged in to Discord, but user commands were erroring out with this error. Restarting the app fixed things.
```
11:57:22.183 [info] GenStage consumer #PID is stopping after receivi…
purei updated
5 years ago
-
Backtracking problems are embarrassingly parallel, and `Backtrex` should exploit that internally.
After the core API is stabilized, including implementing #2, split the search space into multiple s…
-
Let's say I have 2 nodes, `node_id: "1"` and `node_id: "2"` running on the same redis server.
Currently, the "Failed", "Enqueued", "Scheduled" jobs properly list all jobs in the cluster (that is, j…
-
Discussing on broadway_rabbitmq @josevalim [commented](https://github.com/dashbitco/broadway_rabbitmq/issues/60#issuecomment-811452706) about this possibility.
I was thinking that restarting everyt…
-
Please have a look into this problem. It takes forever to create or update a story. At one time at the end we even get an error message. This is all on production.
![ScreenFlow](https://github.com/…
-
I like the idea of local first software and thank you for trying to solve it and make easier to build a better product for end users and devs!
I found a bug in a tanstack example
Bug with the cu…
-
**Is your feature request related to a problem? Please describe.**
One thing that has always bothered me about the elixir-grpc API is that it differs a lot in how we handle Stream gRPC in other lan…