gen_stage not found on release build
未关闭
discussion
- 主要语言
- Elixir
- 星标
- 420
- 派生
- 15
- PR 合并指标
- 30 天内没有已合并 PR
描述
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>"]], []},....
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。