-
I'm having trouble debugging exactly what I mean because Broadway is handling so much of the tree out of the box (which is a good thing), but I'm wondering why it's not possible to configure Broadway'…
-
```
[error] GenServer Spendable.Broadway.SyncMember.Broadway.Producer_0 terminating
** (MatchError) no match of right hand side value: {:error, %HTTPoison.Error{id: nil, reason: {:tls_alert, {:inter…
-
Hello,
I'm using GenStage 0.14.2 and Flow master (at 1ffac6a801602bf8b02192488e58ce5728b581aa) under Elixir 1.9.0 and Erlang/OTP 22, where I'm encountering `:noproc` errors when I connect a short-l…
-
I was reading the docs and realized that the type for the `:subscribe_to` option on the callback may be too restrictive.
[Here](https://github.com/elixir-lang/gen_stage/blob/55c25b9bdce5ade14f1d1a5…
-
```
mix test test/quantum/execution_broadcaster_test.exs
...
10:26:25.205 [info] GenStage consumer #PID is stopping after receiving cancel from producer #PID with reason: :noproc
...
1) te…
-
Hi this morning i upgrade erlang to 23 and fcmex return this error on execution of Fcmex.push:
`09:00:42.633 [error] GenServer #PID terminating
** (FunctionClauseError) no function clause matching…
-
#### User Story
As a smart columbus developer I want to have a well defined gather and extraction pattern
So that I can provide a safe declarative interface for getting various types of data
###…
-
**Is your feature request related to a problem? Please describe.**
(revising this from my first idea)
Extends tags functionality to associate keywords that can be linked to a tag. All incoming t…
dlobo updated
4 years ago
-
working on branch `impl`, writing down notes of learnings here
-
Having used genstage the hard way, broadway seems promising. However, how do i continue to supply events as they occur. The examples all seem to contain a loop that supply an infinite amount of events…