Skip to content

A simple Elixir project to poll processes at a given interval

License

Notifications You must be signed in to change notification settings

Triangle-Elixir/poller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Elixir project to poll processes at a given interval

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages