Packages

A Decentralized failover and peer-to-peer node finder for Elixir. Allows Elixir nodes to find each other automatically. Once connected, they can coordinate to delegate roles and tasks between the nodes in the cluster. Written using only the Elixir and Erlang standard library.

Current section

Files

Jump to
beethoven lib beethoven allocator test.ex
Raw

lib/beethoven/allocator/test.ex

defmodule Beethoven.Allocator.Test do
@moduledoc false
use Beethoven.Allocator.Agent
signal(name: :ram, weight: 10.0, type: :percent)
signal(name: :http_requests, weight: 8.0, type: :count)
#
end