Elixir exrm release crashes on eredis start_link
问题 I'm fairly new to Elixir and this is the first app that I'm attempting to release using exrm. My app interacts with a Redis database for consuming jobs from a queue (using exq), and also stores results of processed jobs in Redis using eredis. My app works perfectly when I run it via iex -S mix , and it also runs great when compiled into an escript. However when I use exrm, the application compiles without any issue, but it crashes when I run it. This is the crash output : $ ./rel/my_app/bin