If I wanted to port a Python + Celery web application to a Clojure tech stack, what options do I have for task queuing and scheduling? Can I just interop with a Java library like Quartz?
After some searching, I found Quartzite, but have no idea about its efficacy.
Related: What's the equivalent of Python's Celery project for Java?