Exqute

A CRON-esque job scheduler for Exq.

https://hex.pm/packages/exqute/0.1.0

Hex docs

https://hexdocs.pm/exqute/0.1.0/Exqute.html

Installation

The package can be installed by adding exqute to your list of dependencies in mix.exs:

def deps do
  [
    {:exqute, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exqute.