# High Availability Handler This software monitors and make decision in our High Availability environment. ## Development You'll need the [elixir](https://elixir-lang.org/) toolchain available. ``` cd ha-handler/ mix deps.get iex -S mix ```