(build-executable-job f job-name group-name)
(build-executable-job f job-name group-name options)
(create-scheduler thread-count)
Creates and returns a scheduler with configured thread pool which can be used for scheduling jobs.
Creates and returns a scheduler with configured thread pool which can be used for scheduling jobs.
(cron-next-valid-time cron-string date)
Returns the next occurance of the cron specification after the given date
Returns the next occurance of the cron specification after the given date
(stop-job id scheduler)
Returns true, if the job was deleted, and false if the job wasn't found.
Returns true, if the job was deleted, and false if the job wasn't found.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close