This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-25
Channels
Hi, I’m looking for a library in Clojure that can handle cron-based batch jobs similar to what Spring Batch offers. Does anyone have recommendations or insights into the available options in Clojure for this purpose?
👍 1
I'm the past I've used quartz for that. https://github.com/michaelklishin/quartzite this seems to be Clojure wrapper for the java lib.
1
We did exactly that by combining https://github.com/jarohen/chime with https://github.com/madstap/recex if its not obvious let me know and i'll give more guidance.
1