Fork me on GitHub
#clojure
<
2023-12-25
>
이창수14:12:34

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
Ed14:12:55

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
A I14:12:25

https://github.com/dkdhub/qtasks this lib also utilises quartz. works good for us.

2
jasonjckn00:12:53

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