(defjob job-class & body)
Generates a Quartz job definition.
The definition includes a catch-all clause which logs at level ERROR
.
Generates a Quartz job definition. The definition includes a catch-all clause which logs at level `ERROR`.
(schedule cron-expr job-class)
(schedule scheduler cron-expr job-class)
Schedules a job to a CRON specification. Duplicates the thread bindings of the caller for the scheduled job.
Schedules a job to a CRON specification. Duplicates the thread bindings of the caller for the scheduled job.
(start)
Starts a Quartz scheduler and returns it.
Starts a Quartz scheduler and returns it.
(stop)
(stop scheduler)
Stops scheduler
. If none given, stop the most recently started scheduler.
Stops `scheduler`. If none given, stop the most recently started scheduler.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close