tokenvolt
tokenvolt

Reputation: 1494

Background processing in Clojure

I'm looking for a background processor in Clojure with features like Sidekiq in Ruby. Here is the list of the features I need:

I know immutant scheduling delivers the bare minimum, but as far as I understand, it doesn't provide persistence and priority. Is there anything like this provided by Clojure or Java ecosystem?

I'm new to Clojure/JVM and maybe it can offer an alternative that I might not even need this kind of tools altogether.

Upvotes: 1

Views: 737

Answers (1)

birdspider
birdspider

Reputation: 3074

anything under https://www.clojure-toolbox.com #Scheduling maybe ?

Upvotes: 2

Related Questions