13 lines
245 B
Markdown
13 lines
245 B
Markdown
# 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
|
|
```
|