(schedule-parser schedule)
Parses a vector to return a period in seconds and a start time.
example [:every 2 :days 5: hours 3 :minutes 2 :seconds :starting-at 5 30]
.
If the start time is not provided the task will immediately be run when sisyphus/run
is called.
Parses a vector to return a period in seconds and a start time. example `[:every 2 :days 5: hours 3 :minutes 2 :seconds :starting-at 5 30]`. If the start time is not provided the task will immediately be run when `sisyphus/run` is called.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close