Packages
A scheduling expansion for the Clockwork library, providing a way to define and manage recurring tasks.
Current section
Files
Jump to
Current section
Files
include/clockwork_schedule_Scheduler.hrl
-record(scheduler, {
id :: binary(),
cron :: clockwork:cron(),
job :: fun(() -> nil),
with_logging :: boolean(),
offset :: gleam@time@duration:duration()
}).