(concurrent-execution-disallowed? scheduler)
Determine if a scheduler has concurrent job execution disallowed
Determine if a scheduler has concurrent job execution disallowed
(get-detail scheduler key)
Get the job detail for a key
Get the job detail for a key
(scheduler {:keys [update-check? concurrent-execution-disallowed?]})
Create a new Quartz scheduler: :concurrent-execution-disallowed? - run all jobs with @DisableConcurrentExecution (default false) :update-check? - check for Quartz updates on system startup (default: false)
Create a new Quartz scheduler: :concurrent-execution-disallowed? - run all jobs with @DisableConcurrentExecution (default false) :update-check? - check for Quartz updates on system startup (default: false)
(unschedule-trigger scheduler trigger)
(unschedule-trigger scheduler name group)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |