Cronut provides a data-first wrapper for the Quartz Job Scheduler.

Github: https://github.com/troy-west/cronut
Clojars: [com.troy-west/cronut "0.1.0"]

Clojure has two existing wrappers for Quartz:

* Quartzite by Michael Klishin / ClojureWerkz
* Twarc by Andrew Rudenko / Prepor

How does Cronut differ?

* Configured entirely from data (with Integrant bindings provided)
* No macros or new protocols, just implement the org.quartz.Job interface
* No global Clojure state
* Latest version of Quartz
* Tagged literals to shortcut common use-cases (#cronut/cron, 
#cronut/interval)
* Easily extensible for further triggers / tagged literals
* Zero dependencies other than Clojure, Quartz, and Integrant.

This is a fairly early release, but we use it internally and will be 
pushing it along as needed.

Ta, 
  Derek

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to