-
This lead today to DoS in my application and I didn’t found mention about such case in docs. Official introduction into `ConsumerProducer` leave that to default value (which is `permanent` according t…
-
When using GenStage 0.12, the following error is happening:
```
CRASH REPORT Process with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,'Elixir.Alchemetrics.Consumer',{functi…
-
Hi,
I've just stumbled across the fact that GenStage directly uses Erlang's :error_logger instead of Elixir's Logger module the result of which is that log entries do not contain any metadata. Is t…
-
I'm getting an error in my logs after deploying quantum with multiple nodes. The error is getting thrown consistently from node 1, complaining that nodes 2 and 3 aren't running (but they are). If I co…
-
Kadabra 0.3.5, Pigeon 1.1.2
This error seems benign, since my application continues to run after the GenServer crashes, but it is showing up in error logs nonetheless.
```
06:51:30.997 [error] …
-
I just wanted to follow the example, cutting and pasting as I was reading through the lesson.
In the putting it all together the instruction is to put the following in `lib/genstage_example.ex`
…
-
The new station module needs to be created with [workex](https://github.com/sasa1977/workex) + gen_server + [fsm](https://github.com/sasa1977/fsm). Obviously, the newly created station module must pas…
-
We've attempted to use `read_and_stay_subscribed` to catch up and subscribe to a large stream. While processing the stream to catch up, we start seeing timeouts in other processes that are accessing t…
-
https://www.meetup.com/Elixir-Berlin/events/244139449/
* [x] Location (@bitcrowd)
* [x] Talks
* "Elixir Deployment" by @Overbryd
* ~~"Preparing to scale with phoenix" by @f34nk~~
* "Prop…
-
We have Kadabra running as our http2 client for pigeon (as is the default) and we get sporadic bursts of errors of this form. The raw stack trace is:
```
Elixir.MatchError: no match of right ha…