/poller

A simple Elixir project to poll processes at a given interval

Primary LanguageElixirMIT LicenseMIT

Poller

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.

Usage

See guide

Installation

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 and License

Copyright (c) 2020, Jeffrey Gillis

Poller source code is licensed under the MIT License