How to connect and debug Elixir or Phoenix App at Heroku?
Heroku has a great feature called heroku ps:exec
which allows you to connect to running nodes. You can use this command to connect your elixir nodes easily. And debug your nodes like in your network.
Read next TIL: to check ExUnit documentation on iex, run ExUnit.start()