RQ (Redis Queue) is a simple Clojure package for queueing jobs and processing them in the background with workers. It is backed by Redis and is designed to have a low barrier to entry.
Features
- Simple: Easy to use with a clean API
- Redis-backed: Leverages Redis for reliable queue management
- Background Processing: Process jobs asynchronously with workers
- Clojure Native: Built specifically for Clojure applications
- Low Overhead: Minimal impact on your application’s performance
Installation
Add the dependency to your project: