Cronex v0.2.0 Cronex.Every
This module defines scheduling macros.
Summary
Macros
Cronex.Every.every
macro is used as a simple interface to add a job to the Cronex.Table
Macros
Cronex.Every.every
macro is used as a simple interface to add a job to the Cronex.Table
.
Example
every :month, do
# Monthly task here
end
every :day, at: "10:00", do
# Daily task at 10:00 here
end