Quartzite is a powerful Clojure scheduling library built on top the Quartz Scheduler.
Forked from michaelklishin/quartzite
Quartzite is past 2.0. We consider it to be stable
and reasonably mature. Quartz Scheduler is a very mature project.
API changes generally follow semantic versioning and are driven by the user feedback.
Quartzite requires Clojure 1.12 or later. The most recent release is always recommended.
Quartzite artifacts are released to Clojars.
Releases up to and including 2.2.0 were published as clojurewerkz/quartzite; this fork
publishes under io.github.vincentjames501/quartzite starting with 2.3.0.
With Leiningen:
[io.github.vincentjames501/quartzite "2.3.0"]
Please refer to the Getting Started with Clojure and Quartz. Quartzite documentation guides are not fully complete but cover most of the functionality.
Quality Clojure documentation is available elsewhere.
Quartzite has a mailing list. Feel free to join it and ask any questions you may have.
To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.
Quartzite is part of the group of Clojure libraries known as ClojureWerkz.
CI is hosted by GitHub Actions
Quartzite uses Leiningen 2. Make sure you have it installed and then run tests against all supported Clojure versions using
lein test
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.
Copyright (C) 2011-2023 Michael S. Klishin, Alex Petrov, the ClojureWerkz team and contributors.
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation? These fine people already did:
Michael S. Klishin, Michael Klishin, Alvaro Garcia, Vincent Pizzo, Bitdeli Chef & Oleksandr PetrovEdit on GitHub
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 |