Comparison of various background job libraries
Links
- Resque – a Redis-backed library for running background jobs
- Delayed Job – encapsulates the common pattern of asynchronously executing longer tasks in the background
- Queue Classic – a simple interface to a PostgreSQL-backed message queue
- Sidekiq – simple, efficient background processing for Ruby