Sarath Prabath RJ
Sarath Prabath RJ
Hi, When there's a read timeout on a call, the connection is getting closed and we wanted to avoid that problem by using connection pool. Also we couldn't afford high...
+1 Added `tzdata` to the `deps` in `rebar.config`, but got this in crashdump ``` Error: badarg [{erlang,binary_to_atom,[undefined,utf8],[]}, {rebar_app_info,apply_overrides,2, [{file,"/Users/emqer/code/rebar3/src/rebar_app_info.erl"}, {line,596}]}, {rebar_prv_install_deps,handle_dep,6, [{file,"/Users/emqer/code/rebar3/src/rebar_prv_install_deps.erl"}, {line,306}]}, {rebar_prv_install_deps,update_unseen_dep,9, [{file,"/Users/emqer/code/rebar3/src/rebar_prv_install_deps.erl"}, {line,298}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1267}]}, {rebar_prv_install_deps,handle_profile_level,7, [{file,"/Users/emqer/code/rebar3/src/rebar_prv_install_deps.erl"}, {line,183}]},...
Hello @Supersonido / @tsloughter , now i've been getting another crash while releasing... ``` Error: function_clause [{filename,join1, [,[], "-nosaj/bil/ppaym/ler/ppaym/dliub_/ppaym/smargorP/YYYYYY/sresU/", unix], [{file,"filename.erl"},{line,472}]}, {filename,join,1,[{file,"filename.erl"},{line,433}]}, {rlx_assemble,copy_app,4, [{file,"/src/_build/default/lib/relx/src/rlx_assemble.erl"}, {line,94}]}, {rlx_assemble,'-copy_app_directories_to_output/3-lc$^0/1-1-',4, [{file,"/src/_build/default/lib/relx/src/rlx_assemble.erl"}, {line,79}]}, {rlx_assemble,copy_app_directories_to_output,3, [{file,"/src/_build/default/lib/relx/src/rlx_assemble.erl"},...
We're checking this on rebar3 `3.14.3`.
@tsloughter Hmmm it's a string. ``` ➜ cat _build/myapp/lib/jason/ebin/jason.app {application,jason, [{applications,[kernel,stdlib,elixir]}, {description,"A blazing fast JSON parser and generator in pure Elixir.\n"}, {modules,['Elixir.Jason','Elixir.Jason.Codegen', 'Elixir.Jason.DecodeError','Elixir.Jason.Decoder', 'Elixir.Jason.Decoder.Unescape','Elixir.Jason.Encode', 'Elixir.Jason.EncodeError','Elixir.Jason.Encoder', 'Elixir.Jason.Encoder.Any', 'Elixir.Jason.Encoder.Atom', 'Elixir.Jason.Encoder.BitString', 'Elixir.Jason.Encoder.Date', 'Elixir.Jason.Encoder.DateTime',...