Re: Tack scheduler

2018-04-17 Thread Luke Burton
There may be other games in town these days, but I've had some success with http://clojurequartz.info , although I think I ended up just using the Java Quartz library directly. Folks will chime (heh) in and recommend libraries like at-at, chime, or tick. However, onc

Tack scheduler

2018-04-17 Thread Brjánn Ljótsson
Hi, I'm about to implementera a task scheduler in a Clojure web app. It should do various tasks such as cleaning up temporary files, send e-mail reminders to users, and flagging database entries based on rules. It is currently implemented in a php script which runs as a Cron job and executes ta