gen_stage not found on release build
Open
discussion
- Dominant language
- Elixir
- Stars
- 420
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
For proper working on release built by distillery need to add gen_stage into application deps.
Without it application is failed with :failed_to_start_childern because it can't find GenStage module by Flowex.
```
{:error, {{:shutdown, {:failed_to_start_child, :"Flowex.Producer_Notifications.ProceedPipeline_#Reference<0.3448033567.1304952833.40974>", {:EXIT, {:undef, [{GenStage, :start_link, [Flowex.Producer, nil, [name: :"Flowex.Producer_Notifications.ProceedPipeline_#Reference<0.3448033567.1304952833.40974>"]], []},....
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.