A simple elixir application that calls processes at a given interval.
This application might be useful for limiting the amount of process calls within a given time period.
If available in Hex, the package can be installed
by adding poller
to your list of dependencies in mix.exs
:
def deps do
[
{:poller, "~> 0.1.0"}
]
end
Copyright (c) 2020, Jeffrey Gillis
Poller source code is licensed under the MIT License