Skip to content

Instantly share code, notes, and snippets.

@raek
Created December 19, 2011 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raek/1496650 to your computer and use it in GitHub Desktop.
Save raek/1496650 to your computer and use it in GitHub Desktop.
cron4j
;; [org.clojars.ghoseb/cron4j "2.2.1"]
(defonce scheduler
(doto (it.sauronsoftware.cron4j.Scheduler.)
(.schedule "30 16 * * 1-5" #'my-fn)
(.start)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment